Open yjc765 opened 4 years ago
hello everyone,
i am getting this error anytime i run deepmimic.py. Can anyone please proffer a solution.
Traceback (most recent call last):
File "DeepMimic.py", line 9, in
Looks like maybe mpi4py hasn't been installed?
Hello I have fixed this issue
in the file mpi_run.py, there is a part where it runs the DeepMimic_optimizer.py file with python. You have to change the default python to "python3" in that part.
It looks like: cmd = 'mpiexec -n {:d} python3 DeepMimic_Optimizer.py '.format(num_workers)
ah ok, thanks for pointing that out.
Hello everyone, when I ran
python mpi_run.py --arg_file args/train_humanoid3d_spinkick_args.txt --num_workers 4
to train the agent as the introduction says, there was error likeBut if I ran
python3 DeepMimic.py --arg_file args/train_humanoid3d_spinkick_args.txt --num_workers 4
instead, it worked nicely and started training, but only the statistics of first iteration has been logged to 'agent_log.txt'.Can anyone help me with these problems or has anyone faced the same problem?