#2476 apply pr comments
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# FILEPATH: /home/cade/repos/PrimAITE/tests/unit_tests/_primaite/_session/test_episode_schedule.py
|
||||
|
||||
import pytest
|
||||
import yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user