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

Fail to Generate Data #6

Open
wheltz opened this issue Dec 21, 2024 · 1 comment
Open

Fail to Generate Data #6

wheltz opened this issue Dec 21, 2024 · 1 comment

Comments

@wheltz
Copy link

wheltz commented Dec 21, 2024

Hi, I'm running the following command to generate robot data:
python generate_robot_data.py --model_xml_dir mujoco_menagerie/universal_robots_ur5e
After running for an hour, the progress and rate remain at 0. I'm on a headless server, so I wanted to check if there are any additional dependencies or requirements I might be missing (e.g., specific libraries or hardware like a display).
Any suggestions would be appreciated.

Thanks!

@alpercanberk
Copy link
Collaborator

A couple pieces of advice for debugging this issue:

  1. make sure that you can launch and render images in mujoco using a minimal script. there are components like lock files and Ray multiprocessing in the generate_robot_data.py script which might be hiding the issue
  2. you may try inserting some breakpoints or print statements around the file, run it with a single process and see where it gets stuck.

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