td-builder commited on
Commit
6f011d4
·
verified ·
1 Parent(s): c0b3c65

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. results/humanoid_sac_metrics.json +59 -0
results/humanoid_sac_metrics.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timesteps": [
3
+ 800000,
4
+ 1600000,
5
+ 2400000,
6
+ 3200000,
7
+ 4000000,
8
+ 4800000,
9
+ 5600000,
10
+ 6400000,
11
+ 7200000,
12
+ 8000000,
13
+ 8800000,
14
+ 9600000
15
+ ],
16
+ "mean_reward": [
17
+ 5173.6,
18
+ 6341.1,
19
+ 7706.9,
20
+ 7692.3,
21
+ 7618.9,
22
+ 6265.6,
23
+ 8100.5,
24
+ 7229.6,
25
+ 7813.5,
26
+ 7160.1,
27
+ 8047.1,
28
+ 8057.1
29
+ ],
30
+ "mean_survival": [
31
+ 747.0,
32
+ 1000.0,
33
+ 1000.0,
34
+ 1000.0,
35
+ 1000.0,
36
+ 794.0,
37
+ 1000.0,
38
+ 1000.0,
39
+ 1000.0,
40
+ 1000.0,
41
+ 1000.0,
42
+ 1000.0
43
+ ],
44
+ "mean_upright": [
45
+ 0.97,
46
+ 0.902,
47
+ 0.979,
48
+ 0.972,
49
+ 0.938,
50
+ 0.962,
51
+ 0.995,
52
+ 0.949,
53
+ 0.989,
54
+ 0.952,
55
+ 0.996,
56
+ 0.998
57
+ ],
58
+ "best_reward": 8100.542126510707
59
+ }