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

Ignore sporadic warnings that make the env crash and jobs terminate #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vikashplus
Copy link
Collaborator

A common warning that crashes training is when policy accidentally makes a lot of contacts and fills up the contact buffer. These updates gracefully handle these warnings. 

Copy link
Owner

@aravindr93 aravindr93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mujoco warnings look good. I believe we had it in the earlier versions, but removed it for some reason. Do you remember why? If we can't remember, let's include the exception anyway.

I prefer to keep the default viewer speed at 1/2 run-time since that works better with most envs. Can you revert that change back? Other than that, LGTM.

@vikashplus
Copy link
Collaborator Author

  1. Not sure why it got removed. I think we should definitely have this otherwise lot of jobs die for no reason.
  2. Updated the run_speed back to 0.5

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

Successfully merging this pull request may close these issues.

2 participants