concepts.rst 653 B

12345678910111213141516171819202122232425262728293031323334
  1. Core Concepts
  2. =============
  3. This document is a glossary for core concepts.
  4. .. note::
  5. The documentation is still being written. Be sure to
  6. checkout the source code for details at `AgentRepo <http://https://github.com/sintefneodroid/agent.com>`_.
  7. .. _Agent:
  8. Agent
  9. -----
  10. :class:`~agent.interfaces.partials.agent.Agent` is an abstract
  11. class which defines an agent that can interact with an Environment_.
  12. .. _Environment:
  13. Environment
  14. -----------
  15. Environment is the process from which the Agent_ receives an EnvironmentState_ and accepts Reactions_.
  16. .. _EnvironmentState:
  17. EnvironmentState
  18. ----------------
  19. .. _Reactions:
  20. Reaction
  21. --------