Update README.md
Browse files
README.md
CHANGED
|
@@ -79,7 +79,7 @@ class FractalDataConfig(So100DataConfig):
|
|
| 79 |
action_concat_order=self.action_keys,
|
| 80 |
),
|
| 81 |
# model-specific transform
|
| 82 |
-
|
| 83 |
state_horizon=len(self.observation_indices),
|
| 84 |
action_horizon=len(self.action_indices),
|
| 85 |
max_state_dim=64,
|
|
|
|
| 79 |
action_concat_order=self.action_keys,
|
| 80 |
),
|
| 81 |
# model-specific transform
|
| 82 |
+
GR00TTransform(
|
| 83 |
state_horizon=len(self.observation_indices),
|
| 84 |
action_horizon=len(self.action_indices),
|
| 85 |
max_state_dim=64,
|