DeepMimic icon indicating copy to clipboard operation
DeepMimic copied to clipboard

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

Open tuchapong1234 opened this issue 6 months ago • 0 comments

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.

tuchapong1234 avatar Aug 14 '24 10:08 tuchapong1234