stevenpjg / ddpg-aigym

Continuous control with deep reinforcement learning - Deep Deterministic Policy Gradient (DDPG) algorithm implemented in OpenAI Gym environments
MIT License
275 stars 74 forks source link

Error spotted #1

Closed sarvghotra closed 8 years ago

sarvghotra commented 8 years ago

This line of code looks wrong. (https://github.com/stevenpjg/ddpg-aigym/blob/master/critic_net.py#L84) It should have critic model predicting not actor model.

stevenpjg commented 8 years ago

Fixed! Possibly a typo, however this method was an inactive one in the code.