nicklashansen / tdmpc2

Code for "TD-MPC2: Scalable, Robust World Models for Continuous Control"
https://www.tdmpc2.com
MIT License
343 stars 71 forks source link

About env #5

Closed VitaLemonTea1 closed 10 months ago

VitaLemonTea1 commented 10 months ago

Hi,

Thanks for your code. I get two errors about trainning. The first is "X11/Xlib.h : no such file or directory ", and after searching the error, they told me to use sudo to install it. Should I need to tell administrators to install it or have anyother way to fix it. The second is about gcc. "distutils.errors.CompileError: command '/usr/bin/gcc' failed with exit code 1". Also after searching, I thought the problem is caused by an incompatible gcc version(my Ubuntu default verson is 9.4). Could you tell me the verson you used, so that I can install it.

Thanks!

VitaLemonTea1 commented 10 months ago

Thanks,I think I have finish it