sccu / pytorch-rdpg

PyTorch Implementation of the RDPG (Recurrent Deterministic Policy Gradient)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurrent Deterministic Policy Gradient (RDPG)

Overview

PyTorch implementation of Recurrent Deterministic Policy Gradient from the paper Memory-based control with recurrent neural networks

Run

  • Training:

    • Pendulum-v0
    $ python main.py --env Pendulum-v0 --max_episode_length 1000 --trajectory_length 10 --debug
  • Testing (TODO)

References:

About

PyTorch Implementation of the RDPG (Recurrent Deterministic Policy Gradient)


Languages

Language:Python 99.4%Language:Shell 0.6%