Skip to content

๐Ÿ“– Paper: Continuous control with deep reinforcement learning ๐Ÿ•น๏ธ

License

Notifications You must be signed in to change notification settings

jihoonerd/Continuous-Control-with-Deep-Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

45 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Continuous Control with Deep Reinforcement Learning (DDPG)

This implements a reinforcement learning algorithm DDPG. Using the methodology employed for DQN, DDPG can resolve continous action space environments.

Following shows that DDPG can solve one of the continuous action space environment in OpenAI Gym.

Episode: 0 Episode: 500 Episode: 900
eps-0 eps-500 eps-900

Score Graph for LunarLanderContinuous-v2

Environments

  • Pytorch 1.7
  • Python 3.8

Please refer requirements.txt for python packages for this repo.

About

๐Ÿ“– Paper: Continuous control with deep reinforcement learning ๐Ÿ•น๏ธ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages