AutoWorldModel commited on
Commit
3ca6676
·
verified ·
1 Parent(s): c945c5c

Add scenario episode structure details

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -166,6 +166,8 @@ Hand-picked and categorized episodes that isolate specific game events — sourc
166
  | racer | 5 | 140 | 6 MB |
167
  | snake | 5 | 160 | 11 MB |
168
 
 
 
169
  Each game includes a `same_state_different_actions` scenario that tests action-conditioning by replaying the same initial state with varied actions.
170
 
171
  ### Downloading scenarios
 
166
  | racer | 5 | 140 | 6 MB |
167
  | snake | 5 | 160 | 11 MB |
168
 
169
+ Each episode contains 32 history frames + 1 pre-event frame, followed by up to 20 rollout frames (including the event). Rollouts are truncated early on termination.
170
+
171
  Each game includes a `same_state_different_actions` scenario that tests action-conditioning by replaying the same initial state with varied actions.
172
 
173
  ### Downloading scenarios