deep-rl
deep-rl copied to clipboard
Collection of Deep Reinforcement Learning algorithms
Hi, Thanks for your code. I tried to use it for training TORCS, however, my result are not good and to be specific after a few steps, actions generated by...
I can train a good agent, but the learning curve is quite noisy. why? is it an implementation issue or something intrinsic to DDPG?
AttributeError Traceback (most recent call last) in () 34 35 if __name__ == '__main__': ---> 36 tf.app.run() /usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.pyc in run(main, argv) 42 # Call the main function, passing through any...