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

PPO for continuous env #4

Closed
zbenic opened this issue Jun 28, 2019 · 1 comment
Closed

PPO for continuous env #4

zbenic opened this issue Jun 28, 2019 · 1 comment

Comments

@zbenic
Copy link

zbenic commented Jun 28, 2019

Hello.

Were you able to get >200 reward in Lunar Lander Continuous?
I'm currenty at ~40000 episode, but still the reward is max ~130.

I have no problems with discrete env, but do with continuous.
Can you give me some advice?

@nikhilbarhate99
Copy link
Owner

No, the policy seems to get stuck in a local maxima for the continuous env.
You could try to tune the hyperparameters (action_std, K_epochs, update_timestep, lr)
or use a different advantage function.

I tried changing the activations to Tanh and use the hyperparameters used by other repos, but the results were not very good either.

I'll update the repo if I find good parameters.

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

2 participants