From 17c2bbbeb8e86b5f5e81dc1a102e8de5595fdeef Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Wed, 27 Mar 2024 00:06:32 +0100 Subject: [PATCH] remove todo --- tests/test_envs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_envs.py b/tests/test_envs.py index 3c8c6157..a91bb707 100644 --- a/tests/test_envs.py +++ b/tests/test_envs.py @@ -46,7 +46,6 @@ def print_spec_rollout(env): ("sim_insertion", True, True), ("sim_transfer_cube", True, False), ("sim_transfer_cube", True, True), - # TODO(aliberts): Add aloha other tasks ], ) def test_aloha(task, from_pixels, pixels_only):