DeepMimic icon indicating copy to clipboard operation
DeepMimic copied to clipboard

run examples: muti cpu(num_workers)

Open JonnyDing opened this issue 5 months ago • 1 comments

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

JonnyDing avatar Sep 06 '24 09:09 JonnyDing