xbpeng / DeepMimic

Motion imitation with deep reinforcement learning.
https://xbpeng.github.io/projects/DeepMimic/index.html
MIT License
2.27k stars 485 forks source link

Problem occurs when running arg_files run_amp_target_humanoid3d_locomotion_args.txt but run_humanoid3d_spinkick_args.txt worked #201

Open tuchapong1234 opened 1 month ago

tuchapong1234 commented 1 month ago

I have running DeepMimic.py with run_humanoid3d_spinkick_args.txt it work normally, but when change to run_amp_target_humanoid3d_locomotion_args.txt this apper.

" Renderer: NVIDIA GeForce RTX 4070 Ti SUPER/PCIe/SSE2 OpenGL version supported 4.6.0 NVIDIA 555.42.06 Compiling shader: data/shaders/Mesh_VS.glsl Compiling shader: data/shaders/VertColor_PS.glsl Compiling shader: data/shaders/FullScreenQuad_VS.glsl Compiling shader: data/shaders/DownSample_PS.glsl Compiling shader: data/shaders/Mesh_VS.glsl Compiling shader: data/shaders/DownSample_PS.glsl [fibo1:16289] Process received signal [fibo1:16289] Signal: Segmentation fault (11) [fibo1:16289] Signal code: (128) [fibo1:16289] Failing at address: (nil) [fibo1:16289] [ 0] /lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x797295642520] ... "

From issue#10 I have forward to file DeepMimic.py but it doesn't contain 'glutInitContextVersion(3, 2)'. So I don't know what might help to fixed this problem.

issue#29 Talk about nvidia driver might would have caused the problem. I am using OpenGL version string: 4.6.0 NVIDIA 555.42.06 [NVIDIA GeForce RTX 4070 Ti SUPER].

thank you very much.