rsamf commited on
Commit
59a5f71
·
verified ·
1 Parent(s): c3a0740

Update checkpoint (iter 10900)

Browse files
Files changed (3) hide show
  1. README.md +33 -3
  2. metadata.json +5 -0
  3. model.pt +3 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: pytorch
4
+ tags:
5
+ - reinforcement-learning
6
+ - locomotion
7
+ - robotics
8
+ - g1
9
+ ---
10
+
11
+ # g1-dance
12
+
13
+ PyTorch checkpoint for a G1 humanoid locomotion policy trained with
14
+ ADD (Adversarial Distillation of Demonstrations).
15
+
16
+ ## Checkpoint info
17
+
18
+ | Key | Value |
19
+ |-----|-------|
20
+ | Training iterations | `10,900` |
21
+ | Total environment samples | `5,715,263,488` |
22
+ | Number of parameters | `4,371,991` |
23
+
24
+ ## Usage
25
+
26
+ ```python
27
+ import torch
28
+
29
+ checkpoint = torch.load("model.pt", map_location="cpu")
30
+ state_dict = checkpoint["model"]
31
+ # Load into your agent:
32
+ # agent.load_state_dict(state_dict)
33
+ ```
metadata.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "training_iterations": 10900,
3
+ "total_samples": 5715263488,
4
+ "num_parameters": 4371991
5
+ }
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c1b96aff046f54d8e88eb0ed700b278fcc2c498863ba52c3e13b40075106fa
3
+ size 17498664