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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, may there be similar support for parallel rollouts in Genesis, which can run in the background, like in MuJoCo?
https://mujoco.readthedocs.io/en/stable/python.html#pyrollout
google-deepmind/mujoco#203
Related to #760 #464 #520 #1076 #1150
For now, one workaround is running 2 Genesis instances, one with renderer + one headless running rollouts of dynamics/planning asynchronously, communicating with each other using shared memory
https://github.com/vincekurtz/hydrax/blob/main/hydrax/simulation/asynchronous.py
Beta Was this translation helpful? Give feedback.
All reactions