2024-02-16 16:14:36 +00:00
.. only :: comment
© Crown-owned copyright 2023, Defence Science and Technology Laboratory UK
2024-02-23 08:55:32 +00:00
PrimAITE |VERSION| Configuration
***** ***** ***** ***** ***** ***** **
2023-05-25 11:42:19 +01:00
2024-04-16 11:26:17 +01:00
PrimAITE uses a single configuration file to define everything needed to create the training environment for RL agents, including the network, the scripted agents, and the RL agent's action space, observation space, and reward function.
2023-03-28 17:33:34 +01:00
2024-02-21 14:49:59 +00:00
Example Configuration Hierarchy
###############################
The top level configuration items in a configuration file is as follows
.. code-block :: yaml
io_settings:
...
game:
...
agents:
...
simulation:
...
These are expanded upon in the Configurable items section below
2023-12-04 09:14:20 +00:00
Configurable items
2024-02-16 16:14:36 +00:00
##################
2023-12-04 09:14:20 +00:00
2024-02-16 16:14:36 +00:00
.. toctree ::
:maxdepth: 1
2023-12-04 09:14:20 +00:00
2024-02-16 16:14:36 +00:00
configuration/io_settings.rst
configuration/game.rst
configuration/agents.rst
configuration/simulation.rst