Skip to content

Contains deep reinforcement learning algorithms I have implemented.

License

Notifications You must be signed in to change notification settings

JojiJoseph/Deep-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-RL

Contains deep reinforcement learning algorithms I have implemented.

How to run an experiment

Go to the folder of the algorithm.

Then execute the following. See experiments.yaml to get experiment_name.

python train.py -e experiment_name

To run the saved agent,

python play.py -e experiment_name

To plot the learning curves,

python plot.py -e experiment_name

Status

Algorithm Usable? TODO
SAC Yes
TD3 Yes
DDPG Yes
VPG Yes (Discrete) Test on continuous action space
DQN Yes
DDQN Yes
DuellingDQN Yes

Releases

No releases published

Packages

No packages published

Languages