Skip to content

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

License

Notifications You must be signed in to change notification settings

LinghengMeng/Multistep-DDPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published