clvrai / skill-chaining

Adversarial Skill Chaining for Long-Horizon Robot Manipulation via Terminal State Regularization (CoRL 2021)
https://clvrai.com/skill-chaining
28 stars 4 forks source link

Running to a no moudule named run error #4

Closed TPEmist closed 2 years ago

TPEmist commented 2 years ago

$ mpirun -np 2 python3 -m run --algo ppo --furniture_name table_lack_0825 --demo_path demos/table_lack_full/ --num_connects 4 --max_episode_steps 800 --max_global_step 200000000 --run_prefix ppo
Invalid MIT-MAGIC-COOKIE-1 key/usr/bin/python3: No module named run
/usr/bin/python3: No module named run
--------------------------------------------------------------------------
Primary job  terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:

  Process name: [[47051,1],1]
  Exit code:    1
TPEmist commented 2 years ago

I got it.