Core Concepts

This document is a glossary for core concepts.

Note

The documentation is still being written. Be sure to checkout the source code for details at AgentRepo.

Agent

Agent is an abstract class which defines an agent that can interact with an Environment.

Environment

Environment is the process from which the Agent receives an EnvironmentState and accepts Reactions.

EnvironmentState

Reaction