Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run examples: muti cpu(num_workers) #202

Open
AlorithmKing opened this issue Sep 6, 2024 · 1 comment
Open

run examples: muti cpu(num_workers) #202

AlorithmKing opened this issue Sep 6, 2024 · 1 comment

Comments

@AlorithmKing
Copy link

AlorithmKing commented Sep 6, 2024

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
Copy link
Author

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

@AlorithmKing AlorithmKing changed the title run examples run examples: muti cpu(num_workers) Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant