ghliu / pytorch-ddpg

Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch
Apache License 2.0
569 stars 157 forks source link
ddpg deep-reinforcement-learning openai-gym pytorch

====== Deep Deterministic Policy Gradient on PyTorch

Overview

The is the implementation of Deep Deterministic Policy Gradient <https://arxiv.org/abs/1509.02971> (DDPG) using PyTorch <https://github.com/pytorch/pytorch>. Part of the utilities functions such as replay buffer and random process are from keras-rl <https://github.com/matthiasplappert/keras-rl>_ repo. Contributes are very welcome.

Dependencies

Run

.. code-block:: console

$ ./main.py --mode test --debug

TODO