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 tricks don't work on PyBullet Envs #3

Open
arthur-x opened this issue Dec 22, 2022 · 0 comments
Open

PPO tricks don't work on PyBullet Envs #3

arthur-x opened this issue Dec 22, 2022 · 0 comments

Comments

@arthur-x
Copy link

Nice experiments on PPO tricks. I've been trying to use PPO on PyBullet Envs but I find many tricks used in this repo are actually detrimental. (I have created my own minimal version that works: https://github.com/arthur-x/SimplyPPO. An important discrepancy is whether to clamp the sampled action before computing the log_prob. I find that clamping works better for BipedalWalker but hurts PyBullet performance.)

Is this because they are mainly tuned for Mujoco? It would be nice if the author gives a study on this.

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