Skip to content

WellyZhang/mx-DDPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mx-DDPG

MXNet Implementation of DDPG

Introduction

This is the MXNet implementation of DDPG. It is tested in the rllab cart pole environment against rllab's native implementation and achieves comparably similar results. You can substitute with this anywhere you use rllab's DDPG with minor modifications.

This repo is already merged into MXNet.

Dependency

  • rllab

Usage

To run the algorithm,

python run.py

The implementation relies on rllab for environments and logging and the hyperparameters could be set in run.py.

References

  1. Lillicrap, Timothy P., et al. Continuous control with deep reinforcement learning. arXiv preprint arXiv:1509.02971 (2015).
  2. rllab. URL: https://github.com/openai/rllab

About

MXNet Implementation of DDPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages