Skip to content

Latest commit

 

History

History
122 lines (80 loc) · 3.33 KB

index.rst

File metadata and controls

122 lines (80 loc) · 3.33 KB
.. only:: builder_html

   .. |vertical_separator| unicode:: U+02758

_static/images/tno_banner.png

MATRX documentation

Welcome! This is the class and function reference documentation for the huMan-Agent Teaming; Rapid eXperimentation Software (MATRX).

After having installed MATRX (see installing MATRX) and having tried out one or more tutorials (see the tutorials on the MATRX website), additional information can be found here on specific classes, functions and parameters that are not described in a tutorial.

Reference by Category

.. toctree::
   :maxdepth: 2
   :caption: Reference by Category
   :hidden:

   sections/worlds.rst
   sections/actions.rst
   sections/agents.rst
   sections/objects.rst
   sections/simgoals.rst
   sections/api.rst
   sections/cases.rst
   sections/logging.rst
   sections/messages.rst



_static/images/worlds_banner.jpg
:ref:`Worlds`
Learn MATRX' way of creating worlds.
_static/images/brains_banner.jpg
:ref:`Agents`
Check this section for a piece of the agents' minds.
_static/images/shape_banner.jpg
:ref:`Objects`
Make the world more worldlike by placing objects in it.
_static/images/action_banner.jpg
:ref:`Actions`
Agents can perform actions.
_static/images/goal_banner.jpg
:ref:`Goals`
Goals can be specified that track progress and determine when the simulation should end.
_static/images/shape_banner.jpg
:ref:`Cases`
Defining a world containing objects, agents, actions, and simulation goals.
_static/images/utils_banner.jpg
:ref:`API`
Connecting MATRX to other software, such as GUIs or frameworks.
_static/images/action_banner.jpg
:ref:`Messages`
Communication between agents via messages.
_static/images/utils_banner.jpg
:ref:`Logging`
Logging of results during an simulation.