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

NaN error when running PAIRED and REPAIRED on BipedalWalker env #2

Open
wenjunli-0 opened this issue Aug 14, 2022 · 0 comments
Open

Comments

@wenjunli-0
Copy link

When running PAIRED and REPAIRED on BipedalWalker env. After a few thousands of updates, there will be an “nan” error in self.actor_critic.evaluate_actions() method (check this line

values, action_log_probs, dist_entropy, _ = self.actor_critic.evaluate_actions(
). The error happens when the Generator is being updated using ppo.

I assume this is caused by some gradient explosion or something. Could you guys check this bug?

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