ZiwenZhuang / parkour

[CoRL 2023] Robot Parkour Learning

Home Page:https://robot-parkour.github.io

Repository from Github https://github.comZiwenZhuang/parkourRepository from Github https://github.comZiwenZhuang/parkour

Go2 distillation requires 30 days?

CoderWangcai opened this issue · comments

I am using a 4090 graphics card with 24GB of memory. When running python legged_gym/scripts/train.py --headless --task go2_distill, I encounter a CUDA out-of-memory error, as shown in the image below:

image (1)

Therefore, I changed num_envs = 256 to num_envs = 128 in the go2_distill_config.py, but I found that it would take over 30 days to complete the training, as shown in the image below. Is this normal?

output 截屏2024-10-11 00 28 26

I recommend using multi-process distillation.