File size: 1,232 Bytes
ef9b14a
 
 
 
b0ba774
ef9b14a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b0ba774
ef9b14a
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
license: mit
task_categories:
- reinforcement-learning
- robotics
language:
- en
pretty_name: Causality Two Room (Glitched Hue)
size_categories:
- 10K<n<100K
---

# robomotic/causality-two-room

This dataset contains trajectories collected in the `swm/GlitchedHueTwoRoom-v1`
environment for causal world-model experiments.

## What is inside

- `glitched_hue_tworoom.h5`: HDF5 dataset with trajectories and rendered frames.
- Includes observations, actions, rewards, episode indexing, variation values,
  and pixel renderings.

## How it was generated

Collection script:
- `scripts/data/collect_glitched_hue.py`

Configuration:
- `scripts/data/config/glitched_hue.yaml`

Command used:

```bash
python scripts/data/collect_glitched_hue.py num_traj=10000 seed=3072
```

Generation details:
- Total episodes: 10,000
- Pass 1: 5,000 episodes with blue background + teleport enabled
- Pass 2: 5,000 episodes with green background + teleport disabled
- Render size: 224x224
- File size: 9.09 GB
- Uploaded at (UTC): 2026-04-07 09:09:48

## Repository

- GitHub: https://github.com/epokhcs/stable-worldmodel

## Notes

The second background hue is green (not red) to preserve strong contrast with
the red agent in pixel observations.