Skip to content
/ ddpg Public
forked from rmst/ddpg

Implementation of Deep Deterministic Policy Gradients using TensorFlow, compatible with the OpenAI Gym

Notifications You must be signed in to change notification settings

amoliu/ddpg

 
 

Repository files navigation

Deep Deterministic Policy Gradient

Paper: Continuous control with deep reinforcement learning

This is a only a preview, a proper version will be released soon

Installation

pip install pyglet # for gym rendering
pip install jupyter # for visualization (optional)

Usage

Example:

python run.py --outdir ../ddpg-results/experiment1 --env Reacher-v1

Enter python run.py -h to get a complete overview.

Visualization

Example:

python dashboard.py --exdir ../ddpg-results

Enter python dashboard.py -h to get a complete overview.

About

Implementation of Deep Deterministic Policy Gradients using TensorFlow, compatible with the OpenAI Gym

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 80.1%
  • Python 19.9%