Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions QuadrupedalRobots/ETGRL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Reinforcement Learning with Evolutionary Trajectory Generator: A General Approac
```txt
parl >= 1.4.0
torch >= 1.7.0
rlschool >= 1.0.2
rlschool == 1.0.2
```
## Data Preparation

Expand Down Expand Up @@ -132,4 +132,4 @@ For exmaple, deploy model in stairstair
```python
cd deployment
python test.py --ETG_path exp/stairstair/gait_action_list_ETG_stairstair7_12_3.npy --load exp/stairstair/StairStair3_BC1_itr_500383.pt --max_time 3
```
```