ykitagawa commited on
Commit
b2f11b0
·
verified ·
1 Parent(s): b80b51c

fixed README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ See [GitHub](https://github.com/isri-aist/RoboManipBaselines/tree/master/robo_ma
11
  ## Policy rollout
12
  Run a trained policy:
13
  ```console
14
- $ python ./bin/rollout/RolloutDiffusionPolicyMujocoUR5eCable.py \
15
- --checkpoint <checkpoint_path>/checkpoints/200.ckpt \
16
- --skip 3 --world_idx 0
17
  ```
18
 
19
  ## Technical Details
 
11
  ## Policy rollout
12
  Run a trained policy:
13
  ```console
14
+ # Go to the top directory of this repository
15
+ $ cd robo_manip_baselines
16
+ $ python ./bin/Rollout.py DiffusionPolicy MujocoUR5eCable --checkpoint ./checkpoint/DiffusionPolicy/<checkpoint_name>/policy_last.ckpt
17
  ```
18
 
19
  ## Technical Details