fixed README
Browse files
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 |
-
|
| 15 |
-
|
| 16 |
-
|
| 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:
|