#1711 - Removed the legacy bools from the RLlibAgent constructor in primaite_session.py

This commit is contained in:
Chris McCarthy
2023-07-28 14:02:17 +01:00
parent 0fb9268f44
commit bb8b41a5ec
2 changed files with 2 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ def test_legacy_training_config_run_session(legacy_file):
legacy_training_config_path = TEST_CONFIG_ROOT / "legacy_conversion" / "legacy_training_config.yaml"
legacy_lay_down_config_path = TEST_CONFIG_ROOT / "legacy_conversion" / legacy_file
# Run a PrimAITE session using the paths of both the converted training and lay down config files
# Run a PrimAITE session using legacy training and lay down config file paths
run(
legacy_training_config_path,
legacy_lay_down_config_path,