DDPG method is RL method that utilizes DPG Theorem, that can handle continuous action space. This implementation depends on Tensowflow and this RL model is experimented on aigym. Following papers are referred when implementing this model.
git clone https://github.com/sykwer/tensorflow_ddpg.git
cd tensowflow_ddpg
python main.py
Experiment on InvertedPendulum-v2
If you can conprehend Japanese article, refer to following articles! I have written several articles to understand DDPG theorem.