xbpeng / DeepMimic

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

run examples: muti cpu(num_workers) #202

Open AlorithmKing opened 1 week ago

AlorithmKing commented 1 week ago

python3 mpi_run.py --arg_file args/train_humanoid3d_spinkick_args.txt --num_workers 16

Running with 16 workers cmd: mpiexec -n 16 python DeepMimic_Optimizer.py --arg_file args/train_humanoid3d_spinkick_args.txt --num_workers 16 and nothing happen when i call python3 mpi_run.py --arg_file args/train_humanoid3d_spinkick_args.txt it can run

AlorithmKing commented 1 week ago

i solve it :mpirun -n 16 python DeepMimic_Optimizer.py --arg_file args/train_humanoid3d_spinkick_args.txt