#917 - started working on the Agent abstract classes and sub-classes

This commit is contained in:
Chris McCarthy
2023-06-15 09:48:44 +01:00
parent 40686031e6
commit 31eb36c75a
4 changed files with 141 additions and 54 deletions

View File

@@ -20,13 +20,6 @@ The environment config file consists of the following attributes:
**Generic Config Values**
* **agent_identifier** [enum]
This identifies the agent to use for the session. Select from one of the following:
* GENERIC - Where a user developed agent is to be used
* STABLE_BASELINES3_PPO - Use a SB3 PPO agent
* STABLE_BASELINES3_A2C - use a SB3 A2C agent
* **agent_framework** [enum]