Files
PrimAITE/docs/source/config.rst

37 lines
905 B
ReStructuredText
Raw Normal View History

.. only:: comment
© Crown-owned copyright 2023, Defence Science and Technology Laboratory UK
PrimAITE |VERSION| Configuration
********************************
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.
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
##################
2023-12-04 09:14:20 +00:00
.. toctree::
:maxdepth: 1
2023-12-04 09:14:20 +00:00
configuration/io_settings.rst
configuration/game.rst
configuration/agents.rst
configuration/simulation.rst