Songhaolin
Songhaolin
I use in a docker container with ``` from pyvirtualdisplay import Display disp = Display().start() # my code disp.stop() ``` after runing,I got the output as follow: ``` XIO: fatal...
My PROBLEM is if multiagent_mujoco can work with higher version "gym",like 0.17.2 or 0.21.0(newest) I want to create a marl environment that include some marl benchmark package. "mamujoco" need gym...
How can I get image obs from isaacgym in a headless device? even if when I use a HEADED device , and set `headless = False, virtual_screen_capture =True`, I tried...