Skip to content

Commit ed3674c

Browse files
committed
chore: cleanup
1 parent 2599228 commit ed3674c

72 files changed

Lines changed: 16 additions & 8894 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ video
1616
wandb
1717
logs
1818
agents
19-
src/mjlab_husky/assets/
20-
src/mjlab_husky/asset_zoo/
2119
AMP_feature.md
2220
src.zip
2321
dataset/old
@@ -39,4 +37,4 @@ test_scene/
3937
.vscode/
4038
TODO.md
4139
vision.md
42-
rsl_rl_old/
40+
rsl_rl_old/

README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,25 @@ Mjlab-G1-DualArm \
7777

7878
## Play
7979

80+
Bundled checkpoints:
81+
82+
- `models/locomotion.pt`
83+
- `models/dual_arm.pt`
84+
8085
Locomotion:
8186

8287
```bash
8388
PYTHONPATH=src uv run python src/mjlab_g1/scripts/play.py \
8489
Mjlab-G1-Locomotion \
85-
--checkpoint-file /path/to/model.pt
90+
--checkpoint-file models/locomotion.pt
8691
```
8792

8893
Dual arm:
8994

9095
```bash
9196
PYTHONPATH=src uv run python src/mjlab_g1/scripts/play.py \
9297
Mjlab-G1-DualArm \
93-
--checkpoint-file /path/to/model.pt
98+
--checkpoint-file models/dual_arm.pt
9499
```
95100

96101
## AMP datasets
@@ -100,20 +105,6 @@ Current task-specific AMP dataset paths:
100105
- locomotion: `dataset/locomotion`
101106
- dualarm: `dataset/dualarm`
102107

103-
## Utilities
104-
105-
View the robot and toaster at their init poses:
106-
107-
```bash
108-
PYTHONPATH=src uv run python src/mjlab_g1/test/view_g1_toaster_init.py
109-
```
110-
111-
View qpos motion clips:
112-
113-
```bash
114-
PYTHONPATH=src uv run python src/mjlab_g1/test/view_qpos_29dof.py dataset/some_clip.npy
115-
```
116-
117108
## Notes
118109

119110
- The toaster init pose is defined in:

models/dual_arm.pt

23.6 MB
Binary file not shown.

models/locomotion.pt

11.5 MB
Binary file not shown.

rsl_rl/.github/LICENSE_HEADER.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

rsl_rl/.github/workflows/docs.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

rsl_rl/.github/workflows/lint.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

rsl_rl/.github/workflows/tests.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

rsl_rl/README.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

rsl_rl/docs/_static/custom.css

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)