Skip to content

b06b01073/continuous-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

continuous-control

This repo is an implementation of the research paper "Continuous control with deep reinforcement learning"(DDPG).

Demo

Demo

Files

  • train.py: train the agent
  • random_process.py: the random noise file(Ornstein-Uhlenbeck process here)
  • ddpg.py: the agent(the actor and critic networks)
  • display.py: load the trained model and see how the agent interact with the environment (Here are the pretrained models on HalfCheetah-v4, LunarLanderContinuous-v2 and Pendulum-v1 from this code https://drive.google.com/drive/u/0/folders/1gGhH0ad7OT9_tuMAaJq36lVR6S-C1Ag6)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages