rsamf commited on
Commit
fbef418
·
verified ·
1 Parent(s): 93e2e63

Update checkpoint (iter 8900)

Browse files
Files changed (3) hide show
  1. README.md +33 -0
  2. metadata.json +5 -0
  3. model.pt +3 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: pytorch
4
+ tags:
5
+ - reinforcement-learning
6
+ - locomotion
7
+ - robotics
8
+ - g1
9
+ ---
10
+
11
+ # g1-fight
12
+
13
+ PyTorch checkpoint for a G1 humanoid locomotion policy trained with
14
+ ADD (Adversarial Differential of Discriminators).
15
+
16
+ ## Checkpoint info
17
+
18
+ | Key | Value |
19
+ |-----|-------|
20
+ | Training iterations | `8,900` |
21
+ | Total environment samples | `4,666,687,488` |
22
+ | Number of parameters | `1,983,104` |
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": 8900,
3
+ "total_samples": 4666687488,
4
+ "num_parameters": 1983104
5
+ }
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b6f5a4545a1da9db128534c5310b31a18cbb01edfffe24a4a49a97f28a0156a
3
+ size 7943646