You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of the algorithm in Python 3, TensorFlow and OpenAI Gym
3
+
4
+
This paper introduces Wolpertinger training algorithm that extends the Deep Deterministic Policy Gradient training algorithm introduced in [this](https://arxiv.org/abs/1509.02971) paper. I extended stevenpjg's implementation of DDPG algorithm found [here](https://github.com/stevenpjg/ddpg-aigym) licensed under the MIT license.
0 commit comments