Add simxarm back into tests
This commit is contained in:
@@ -39,19 +39,20 @@ def print_spec_rollout(env):
|
||||
print("data from rollout:", simple_rollout(100))
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Simxarm is deprecated")
|
||||
# @pytest.mark.skip(reason="Simxarm is deprecated")
|
||||
@pytest.mark.parametrize(
|
||||
"task,from_pixels,pixels_only",
|
||||
[
|
||||
("lift", False, False),
|
||||
("lift", True, False),
|
||||
("lift", True, True),
|
||||
("reach", False, False),
|
||||
("reach", True, False),
|
||||
("push", False, False),
|
||||
("push", True, False),
|
||||
("peg_in_box", False, False),
|
||||
("peg_in_box", True, False),
|
||||
# TODO(aliberts): Add simxarm other task or remove them completely from repo
|
||||
# ("reach", False, False),
|
||||
# ("reach", True, False),
|
||||
# ("push", False, False),
|
||||
# ("push", True, False),
|
||||
# ("peg_in_box", False, False),
|
||||
# ("peg_in_box", True, False),
|
||||
],
|
||||
)
|
||||
def test_simxarm(task, from_pixels, pixels_only):
|
||||
@@ -84,7 +85,7 @@ def test_pusht(from_pixels, pixels_only):
|
||||
@pytest.mark.parametrize(
|
||||
"env_name",
|
||||
[
|
||||
# "simxarm",
|
||||
"simxarm",
|
||||
"pusht",
|
||||
"aloha",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user