Skip to content

Commit c478bb5

Browse files
committed
X
1 parent 2d65294 commit c478bb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

QuadrupedalRobots/ETGRL/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ After training, we get an expert policy with full state observation. Then we use
6262
| ref_path | string | The path of expert neural network model file. |
6363
| sensor_noise | bool | Add noise to the sensor observation or not. |
6464

65-
for example, for stairstair task, we can use the following script.
65+
For example, for stairstair task, we can use the following script.
6666
```python
6767
python BCtrain.py --task_mode stairstair --ETG_path data/model/StairStair_3_itr_960231.npz --ref_agent data/model/StairStair_3_itr_960231.pt
6868
```
@@ -81,6 +81,7 @@ Then, we should move the .npy file and neural network policy into the directory
8181
| ETG_path | string | The path of ETG .npy file. |
8282
| load | string | The path of neural network policy model. |
8383
| max_time | float | The time of duration to deploy the policy. |
84+
8485
For exmaple, deploy model in stairstair
8586
```python
8687
cd deployment

0 commit comments

Comments
 (0)