Closed sarvghotra closed 8 years ago
Fixed! 2nd layer has been changed to 300 as mentioned in the ddpg-paper. The output of the actor-net is always near the extreme i.e) either near -3 or +3. Still trying to figure out the error. Feel free to contribute to this code.
https://github.com/stevenpjg/ddpg-aigym/blob/master/critic_net.py#L58 According to the paper this should be 300.