ykitagawa commited on
Commit
68fe22d
·
verified ·
1 Parent(s): fab4866

fixed README

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -11,11 +11,10 @@ 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/RolloutSarnnMujocoUR5eCable.py \
15
- --checkpoint <checkpoint_path>/SARNN.pth \
16
- --cropped_img_size 280 --skip 6 --world_idx 0
17
  ```
18
- The `--cropped_img_size` option must be the same as for dataset generation.
19
 
20
  ## Technical Details
21
  For more information on the technical details, please see the following paper:
 
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 Sarnn MujocoUR5eCable --checkpoint ./checkpoint/Sarnn/<checkpoint_name>/policy_last.ckpt
17
  ```
 
18
 
19
  ## Technical Details
20
  For more information on the technical details, please see the following paper: