Skip to content

pintonos/ReinforcementLearningProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReinforcementLearningProject

The aim of this project is to train agents using Reinforcement Learning algorithms for solving the Acrobot-v1 task. For this, we implement 3 different RL algorithms that are capable of solving environments with continuous states and discrete actions.

  • Q-Learning with a neural network as the function approximator (Deep Q-Learning)
  • DQN (+ double DQN)
  • A2C

Each method is implemented in its corresponding folder. See ReadMe files in the folder for information about running the code.

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published