Fixes for Koch robot

This commit is contained in:
Simon Alibert
2025-03-03 20:19:23 +01:00
parent 5ab418dbeb
commit 418866007e
3 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ from pathlib import Path
from huggingface_hub.constants import HF_HOME
OBS_ENV = "observation.environment_state"
OBS_ROBOT = "observation.state"
OBS_ENV_STATE = "observation.environment_state"
OBS_STATE = "observation.state"
OBS_IMAGE = "observation.image"
OBS_IMAGES = "observation.images"
ACTION = "action"