Charlie
Charlie
When I run the command `python launch_experiment.py ./configs/walker_rand_params.json`, there is the same error occurring :(
Thanks for your reply! I have solved the above problem :) However, when I run the command `python launch_experiment.py ./configs/walker_rand_params.json`, an another error occurs—— """ Traceback (most recent call last):...
Thanks for your reply! I have solved the above problem :) However, there is an another error occurring :( """ Traceback (most recent call last): File "/home/charlie/anaconda3/envs/CORRO/lib/python3.6/multiprocessing/pool.py", line 119, in...
Thanks for your help. The project is now working properly:) @Lagrant @LanqingLi1993
Thanks for your reply! @yzqin Could you please open-source the code to showcase the video with Mitsuba Renderer?
Hi, @zhuyifengzju When I try `MUJOCO_GL="glx" python xxx.py`, the errors are—— ``` /home/zhanghao/anaconda3/envs/lotus/lib/python3.9/site-packages/glfw/__init__.py:914: GLFWError: (65544) b'X 11: The DISPLAY environment variable is missing' warnings.warn(message, GLFWError) /home/zhanghao/anaconda3/envs/lotus/lib/python3.9/site-packages/glfw/__init__.py:914: GLFWError: (65537) b'T he...
@zhuyifengzju Thanks for your suggestions! I want to run programs based on robosuite on the server with offscreen mode. In the second case, the completed info are—— ``` Traceback (most...
When I try `ldconfig -p | grep EGL`, the print info are—— ``` libEGL_nvidia.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libEGL_nvidia.so.0 libEGL_nvidia.so.0 (libc6) => /lib/i386-linux-gnu/libEGL_nvidia.so.0 libEGL_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libEGL_mesa.so.0 libEGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libEGL.so.1 libEGL.so...
> There two things to try if egl is already installed > > 1. try to render robosuite in off-screen mode. If that works, it's probably because of the multiprocessing...
@Denys88 Thanks for your reply! Setting up device in yaml config does not work! The reason is `return safe_filesystem_op(torch.load, filename)` in[ torch_ext.py](https://github.com/Denys88/rl_games/blob/master/rl_games/algos_torch/torch_ext.py) don't specify device! Do you have any suggestions?