MXNet Implementation of DDPG
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.
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
.