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
I have not been able to get it converge. I have been running for >4000 episodes, but I have not seen any improvements. score bounces around -320 to -480.... and clearly the lander is not making progress.
I am using a newer version of Keras (2.2.4) - I had errors initially, but was able to resolve them using the comments from @zynk13 (#2)
All parameters (lr, network structure) are the same as the original code
Anyone able to achieve good results with the lunar lander?
Thanks
The text was updated successfully, but these errors were encountered:
cevans3098
changed the title
DDPG - LunarLanderContinious
DDPG - LunarLanderContinuous
Apr 15, 2019
Great work on the implementation - very clean code and easy to follow
I have been running the LunarLanderContinuous Environment
python main.py --type DDPG --env LunarLanderContinuous-v2 --render
I have not been able to get it converge. I have been running for >4000 episodes, but I have not seen any improvements. score bounces around -320 to -480.... and clearly the lander is not making progress.
I am using a newer version of Keras (2.2.4) - I had errors initially, but was able to resolve them using the comments from @zynk13 (#2)
All parameters (lr, network structure) are the same as the original code
Anyone able to achieve good results with the lunar lander?
Thanks
The text was updated successfully, but these errors were encountered: