Renamed set_seed -> set_global_seed

This commit is contained in:
Simon Alibert
2024-03-25 17:19:28 +01:00
parent 058ac991eb
commit 7cdd6d2450
9 changed files with 16 additions and 16 deletions

View File

@@ -9,7 +9,6 @@ from .utils import DEVICE, init_config
@pytest.mark.parametrize(
"env_name,dataset_id",
[
# TODO(rcadene): simxarm is depreciated for now
("simxarm", "lift"),
("pusht", "pusht"),
("aloha", "sim_insertion_human"),

View File

@@ -39,14 +39,13 @@ def print_spec_rollout(env):
print("data from rollout:", simple_rollout(100))
# @pytest.mark.skip(reason="Simxarm is deprecated")
@pytest.mark.parametrize(
"task,from_pixels,pixels_only",
[
("lift", False, False),
("lift", True, False),
("lift", True, True),
# TODO(aliberts): Add simxarm other task or remove them completely from repo
# TODO(aliberts): Add simxarm other tasks
# ("reach", False, False),
# ("reach", True, False),
# ("push", False, False),