Closed sarvghotra closed 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.
Fixed! Possibly a typo, however this method was an inactive one in the code.
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.