Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDPG - LunarLanderContinuous #15

Open
cevans3098 opened this issue Apr 15, 2019 · 0 comments
Open

DDPG - LunarLanderContinuous #15

cevans3098 opened this issue Apr 15, 2019 · 0 comments

Comments

@cevans3098
Copy link

cevans3098 commented 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.

score

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

@cevans3098 cevans3098 changed the title DDPG - LunarLanderContinious DDPG - LunarLanderContinuous Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant