Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengyiLuo committed Oct 29, 2022
1 parent 89df6be commit 43923c3
Show file tree
Hide file tree
Showing 12 changed files with 1,248 additions and 706 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ someOtherfoler/
sample_data/
results/
results
wandb/

# Compiled source #
###################
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ python scripts/train_uhc.py.py --cfg uhc --num_threads 35

To evaluate our dynamics-regulated kinematic policy, run:
```
python scripts/eval_ar_policy.py --cfg kin_poly --iter 1000
python scripts/eval_ar_policy.py --cfg kin_poly --iter 750
```

To compute metrics, run:
```
python scripts/eval_pose_all --cfg kin_poly --algo kin_poly --iter 1000
python scripts/eval_pose_all --cfg kin_poly --algo kin_poly --iter 750
```

To evaluate our universal humanoid controller, run:
Expand Down
File renamed without changes.
Loading

0 comments on commit 43923c3

Please sign in to comment.