#1650 - Removed the commented out pytest.mark.skip statement now that the test does work.

This commit is contained in:
Chris McCarthy
2023-07-24 09:20:36 +01:00
parent 66d367aa94
commit 1131663cde

View File

@@ -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()]],