TSFKing
TSFKing
> Hi @13253591602 . Could you provide some more info? (perhaps the call-stack after running gdb to check in which function it crashed). Just to double check: are you running...
> mmm, I think it's support for `SSE2`. Could you provide the specs of your CPU?. Perhaps it doesn't support `SIMD` (MuJoCo currently requires `AVX`, but `SSE` should be available...
> mmm, that's interesting. Your CPU does supports `SIMD` (even `AVX2`). Can you recompile the binaries using the provided makefile? (it's on the samples folder I think). Perhaps you used...
> Oh, that might be the error then xD. The provided `simulate` binary is compiled to use `glfw` as windowing library (creates a windows, e.g. in linux it might use...
> In addition: > > * This bug don't occur in DGX64 server(A100 GPU), 3080GPU or 3090GPU. > * `check_isaac_gym()` can be run normally. https://github.com/AI4Finance-Foundation/ElegantRL/blob/5cf6190d114374b975232f37fcdbae6e10f6e22e/elegantrl/envs/IsaacGym.py#L213 > * This bug occurs...