From 30cc04411db4270f06c5ae4beb591e90fb738b3b Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Fri, 26 Apr 2024 16:23:02 +0100 Subject: [PATCH] #2476 apply pr comments --- src/primaite/notebooks/Using-Episode-Schedules.ipynb | 4 ++-- tests/unit_tests/_primaite/_session/test_episode_schedule.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/primaite/notebooks/Using-Episode-Schedules.ipynb b/src/primaite/notebooks/Using-Episode-Schedules.ipynb index c616a410..34d6d9b5 100644 --- a/src/primaite/notebooks/Using-Episode-Schedules.ipynb +++ b/src/primaite/notebooks/Using-Episode-Schedules.ipynb @@ -20,8 +20,8 @@ "## Defining variations in the config file.\n", "\n", "### Base scenario\n", - "The base scenario is essentially the same as a fixed yaml configuration, but it can contain placeholders that are \n", - "populated with different things at runtime each episode. The base scenario contains any network, agent, or settings that\n", + "The base scenario is essentially the same as a fixed YAML configuration, but it can contain placeholders that are \n", + "populated with episode-specific data at runtime. The base scenario contains any network, agent, or settings that\n", "remain fixed for the entire training/evaluation session.\n", "\n", "The placeholders are defined as YAML Aliases and they are denoted by an asterisk (`*placeholder`).\n", diff --git a/tests/unit_tests/_primaite/_session/test_episode_schedule.py b/tests/unit_tests/_primaite/_session/test_episode_schedule.py index 5d28f24e..25a68cbb 100644 --- a/tests/unit_tests/_primaite/_session/test_episode_schedule.py +++ b/tests/unit_tests/_primaite/_session/test_episode_schedule.py @@ -1,5 +1,3 @@ -# FILEPATH: /home/cade/repos/PrimAITE/tests/unit_tests/_primaite/_session/test_episode_schedule.py - import pytest import yaml