/Multistep-DDPG

The implementation of Multistep-DDPG and Mixed-Multistep-DDPG

Primary LanguagePythonMIT LicenseMIT

Multistep-DDPG

The implementation of Multistep-DDPG and Mixed-Multistep-DDPG proposed in The Effect of Multi-step Methods on Overestimation in Deep Reinforcement Learning.

Installation

Install Multistep-DDPG and dependencies.

    git clone https://github.com/LinghengMeng/Multistep-DDPG.git
    cd Multistep-DDPG
    pip install -e .

To use tasks from PyBulletGym, please follow the instructions in https://github.com/benelot/pybullet-gym to install Pybullet-Gym.

Run

python .\mddpg\mddpg_main.py

Note

The code for other baselines: