ZhuShaoQiang
ZhuShaoQiang
> I found that one has to import > > ``` > import d4rl.gym_mujoco > ``` > > which has code to register the environments. Apparently this is not done...
> 我遇到了和你一样的问题,我认为是GPU 容器配置的问题;我是在其他ubunt容器中直接下载运行[Releases]版本; 但是使用-nullrhi 参数,屏蔽GPU使用后就可以了:./CarlaUE4.sh -nullrhi -prefernvidia -RenderOffScreen 。所以应该是启动时的GPU检查不正确导致的,可能与GPU版本有关。 谢谢,我给他装了个虚拟桌面。。。这样无论在命令行中运行还是在哪运行,都会在虚拟桌面里面显示。。很方便。
Hi, I have the same problem, do you figure it out?
> I also ran into this issue on Windows. For me, the root cause was that I did not have Windows Long Path support enabled. I was able to fix...