dm_control
dm_control copied to clipboard
mujoco.Fatal.Error gladLoadGL in Ubuntu18.04
Hi, I met an error similar to https://github.com/deepmind/dm_control/issues/283, but has different behaivor under Ubuntu18.04 and Ubuntu20.04. In Ubuntu20.04, everything goes well in the docker created by the following Dockerfile and test file. But the error will arise when I change the OS from Ubuntu20.04 to Ubuntu18.04 in the Dockerfile: Dockerfile.dmc.txt
test_file: test_dmc2gym_replay.py.txt
Same error. Did you managed to fix this?