YanjieZe / rl3d

[RA-L 2023 & IROS 2023] Visual Reinforcement Learning with Self-Supervised 3D Representations
MIT License
75 stars 2 forks source link

Killed bash scripts/train.sh #3

Closed nineman-YU closed 2 months ago

nineman-YU commented 7 months ago

When I set up the environment and ran train.sh, the error shown below occurred at first. Screenshot from 2023-12-06 15-52-52

And, when unset LD_PRELOAD was entered, the error shown in the following picture occurred. Screenshot from 2023-12-06 15-53-22

How can this be solved?

YanjieZe commented 7 months ago

Hi, could you give some info about your machine? such as GPU type, GPU memory, memory. I am wondering whether this is from the not enough memory.

nineman-YU commented 7 months ago

Before posting an issue, I checked the GPU status with nvidia-smi and uploaded it because there were no problems. Through the reply, I also checked the CPU memory and confirmed that the problem was caused by the CPU. By the way, aren't the simulator and train trained on GPU? Is it a problem with my settings? I would appreciate your reply.

YanjieZe commented 7 months ago

I think both CPU and GPU should be used for the code. For the neural network inference, it is mainly on GPU. But the simulation would use CPU and GPU. For example, the rendering process could use GPU/CPU, and the simulation process mainly uses CPU in mujoco, as far as I know.