Reverted back files that were changed during the rebase

This commit is contained in:
Michel Aractingi
2025-07-02 17:26:34 +02:00
parent 9dde8829e6
commit 1c17419224
19 changed files with 2803 additions and 1173 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ import torch
from gymnasium.utils.env_checker import check_env
import lerobot
from lerobot.common.envs.factory import make_env, make_env_config
from lerobot.common.envs.utils import preprocess_observation
from lerobot.envs.factory import make_env, make_env_config
from lerobot.envs.utils import preprocess_observation
from tests.utils import require_env
OBS_TYPES = ["state", "pixels", "pixels_agent_pos"]