You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
A couple pieces of advice for debugging this issue:
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
you may try inserting some breakpoints or print statements around the file, run it with a single process and see where it gets stuck.
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!
The text was updated successfully, but these errors were encountered: