#2476 apply pr comments

This commit is contained in:
Marek Wolan
2024-04-26 16:23:02 +01:00
parent be5cf0b877
commit 30cc04411d
2 changed files with 2 additions and 4 deletions

View File

@@ -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",

View File

@@ -1,5 +1,3 @@
# FILEPATH: /home/cade/repos/PrimAITE/tests/unit_tests/_primaite/_session/test_episode_schedule.py
import pytest
import yaml