From 1131663cde93b685a09677757ad6c04f96734057 Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Mon, 24 Jul 2023 09:20:36 +0100 Subject: [PATCH] #1650 - Removed the commented out pytest.mark.skip statement now that the test does work. --- tests/test_seeding_and_deterministic_session.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_seeding_and_deterministic_session.py b/tests/test_seeding_and_deterministic_session.py index 121a9808..9500c4a3 100644 --- a/tests/test_seeding_and_deterministic_session.py +++ b/tests/test_seeding_and_deterministic_session.py @@ -50,7 +50,6 @@ def test_seeded_learning(temp_primaite_session): assert actual_mean_reward_per_episode == expected_mean_reward_per_episode -# @pytest.mark.skip(reason="Inconsistent results. Needs someone with RL knowledge to investigate further.") @pytest.mark.parametrize( "temp_primaite_session", [[TEST_CONFIG_ROOT / "ppo_seeded_training_config.yaml", dos_very_basic_config_path()]],