You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`press_events: true`| 16 binary rising-edge features appended to next_ctrl | ctrl_conditioning_dim: 26→42 |
384
+
385
+
When both are false (default), behavior is identical to v2.2. No existing runs break.
386
+
387
+
### Current experiments
388
+
389
+
```
390
+
worldmodel/experiments/
391
+
├── baseline-v22.yaml # v2.2 control (all flags off)
392
+
├── exp-1a-state-age-embed.yaml # state_age as integer embedding
393
+
└── exp-2a-press-events.yaml # button press events in next_ctrl
394
+
```
395
+
396
+
All are 2K games, 2 epochs, batch_size 512 — quick directional runs.
397
+
398
+
### Running experiments on ScavieFae
399
+
400
+
MPS doesn't share between processes. Only one training run per machine.
401
+
402
+
**DO NOT** launch via inline `nohup ... &` over SSH — if the command fails partway through, the backgrounded process still spawns. Three botched PID-capture attempts = three zombie training runs fighting over MPS. Use a script instead:
403
+
404
+
```bash
405
+
# Write a launcher script, scp it over, then run it
0 commit comments