We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7bf9d commit 94003d6Copy full SHA for 94003d6
test/test_libs.py
@@ -2790,12 +2790,7 @@ class TestVmas:
2790
@pytest.mark.parametrize("scenario_name", VmasWrapper.available_envs)
2791
@pytest.mark.parametrize("continuous_actions", [True, False])
2792
def test_all_vmas_scenarios(self, scenario_name, continuous_actions):
2793
- # Skip football scenario due to VMAS bug: IndexError in get_wall_separations
2794
- if scenario_name == "football":
2795
- pytest.skip(
2796
- "Football scenario has a shape mismatch bug in VMAS get_wall_separations method"
2797
- )
2798
-
+
2799
env = VmasEnv(
2800
scenario=scenario_name,
2801
continuous_actions=continuous_actions,
0 commit comments