kissin42 commited on
Commit
c4a497a
·
verified ·
1 Parent(s): 9de07a6

Document Pyramids, Worm, and Walker release-23 datasets

Browse files
Files changed (2) hide show
  1. README.md +21 -2
  2. release_manifest.json +18 -0
README.md CHANGED
@@ -28,6 +28,9 @@ and discrete action spaces for testing Causal GPT-RL across space types.
28
  | `unity/soccer-twos/expert-selfplay-v0` | **`r23 / r23 / r23`** | 14,588 | 1,000,816 | ego `Dict` wrapping `Tuple(Box(264), Box(72))` | ego `Dict` wrapping `MultiDiscrete([3, 3, 3])` |
29
  | `unity/dungeon-escape/expert-poca-v0` | **`r23 / r23 / r23`** | 35,787 | 1,003,523 | ego `Dict` wrapping `Tuple(Box(10), Box(360), Box(1))` | ego `Dict` wrapping `Discrete(7)` |
30
  | `unity/3dball-hard/expert-v0` | `r20 / r20 / r20` | 1,022 | 1,000,008 | `Tuple(Box(27), Box(18))` | `Box(2)` |
 
 
 
31
 
32
  ### ML-Agents release boundary
33
 
@@ -39,8 +42,8 @@ The table reports three independent provenance axes in this order:
39
  - **Model** — ML-Agents release from which the behavior policy model originated.
40
 
41
  At this repository revision, all three axes are aligned for every dataset.
42
- Crawler, PushBlock, SoccerTwos, and DungeonEscape expert datasets are aligned
43
- on `release_23`; 3DBallHard remains on `release_20`. The migration to `release_23` will be incremental,
44
  and future rows may intentionally contain mixed values. Consumers must inspect
45
  all three fields instead of inferring compatibility from the dataset name or
46
  the shared `v0` suffix. See `release_manifest.json` for the machine-readable
@@ -160,6 +163,22 @@ NaN/Inf/shape/action-range errors. Every match links exactly three episodes.
160
  and 99 truncated at the recording boundary), mean return 4.972084, and mean
161
  episode length 18.9390.
162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  The recipe ends at the Minari dataset — a portable, env-less trajectory set.
164
 
165
  ## Provenance & attribution
 
28
  | `unity/soccer-twos/expert-selfplay-v0` | **`r23 / r23 / r23`** | 14,588 | 1,000,816 | ego `Dict` wrapping `Tuple(Box(264), Box(72))` | ego `Dict` wrapping `MultiDiscrete([3, 3, 3])` |
29
  | `unity/dungeon-escape/expert-poca-v0` | **`r23 / r23 / r23`** | 35,787 | 1,003,523 | ego `Dict` wrapping `Tuple(Box(10), Box(360), Box(1))` | ego `Dict` wrapping `Discrete(7)` |
30
  | `unity/3dball-hard/expert-v0` | `r20 / r20 / r20` | 1,022 | 1,000,008 | `Tuple(Box(27), Box(18))` | `Box(2)` |
31
+ | `unity/pyramids/expert-v0` | **`r23 / r23 / r23`** | 5,348 | 1,000,000 | `Tuple(Box(56), Box(56), Box(56), Box(4))` | `Discrete(5)` |
32
+ | `unity/worm/expert-v0` | **`r23 / r23 / r23`** | 1,000 | 1,000,000 | `Box(64)` | `Box(9, [-1, 1])` |
33
+ | `unity/walker/expert-v0` | **`r23 / r23 / r23`** | 1,458 | 1,000,010 | `Box(243)` | `Box(39, [-1, 1])` |
34
 
35
  ### ML-Agents release boundary
36
 
 
42
  - **Model** — ML-Agents release from which the behavior policy model originated.
43
 
44
  At this repository revision, all three axes are aligned for every dataset.
45
+ Crawler, PushBlock, Pyramids, Worm, Walker, SoccerTwos, and DungeonEscape
46
+ expert datasets are aligned on `release_23`; 3DBallHard remains on `release_20`. The migration to `release_23` will be incremental,
47
  and future rows may intentionally contain mixed values. Consumers must inspect
48
  all three fields instead of inferring compatibility from the dataset name or
49
  the shared `v0` suffix. See `release_manifest.json` for the machine-readable
 
163
  and 99 truncated at the recording boundary), mean return 4.972084, and mean
164
  episode length 18.9390.
165
 
166
+ ## Pyramids, Worm, and Walker release_23
167
+
168
+ Use each model-removed release-23 build with its matching unmodified stock
169
+ release-23 ONNX policy. Record each physical scene agent independently and
170
+ stop at one million transitions. The published schemas come directly from
171
+ the live ML-Agents behavior specs.
172
+
173
+ - **Pyramids:** 5,348 episodes, 1,000,000 transitions,
174
+ mean return 1.795309, mean length 186.9858,
175
+ 5,298 terminated and 50 truncated episodes.
176
+ - **Worm:** 1,000 episodes, 1,000,000 transitions,
177
+ mean return 1044.106317, mean length 1000.0000,
178
+ 0 terminated and 1,000 truncated episodes.
179
+ - **Walker:** 1,458 episodes, 1,000,010 transitions,
180
+ mean return 1363.645402, mean length 685.8779,
181
+ 747 terminated and 711 truncated episodes.
182
  The recipe ends at the Minari dataset — a portable, env-less trajectory set.
183
 
184
  ## Provenance & attribution
release_manifest.json CHANGED
@@ -37,6 +37,24 @@
37
  "dataset_release": "release_20",
38
  "policy_model_release": "release_20",
39
  "aligned": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
41
  }
42
  }
 
37
  "dataset_release": "release_20",
38
  "policy_model_release": "release_20",
39
  "aligned": true
40
+ },
41
+ "unity/pyramids/expert-v0": {
42
+ "environment_release": "release_23",
43
+ "dataset_release": "release_23",
44
+ "policy_model_release": "release_23",
45
+ "aligned": true
46
+ },
47
+ "unity/worm/expert-v0": {
48
+ "environment_release": "release_23",
49
+ "dataset_release": "release_23",
50
+ "policy_model_release": "release_23",
51
+ "aligned": true
52
+ },
53
+ "unity/walker/expert-v0": {
54
+ "environment_release": "release_23",
55
+ "dataset_release": "release_23",
56
+ "policy_model_release": "release_23",
57
+ "aligned": true
58
  }
59
  }
60
  }