The Agent module provides implementations for different types of agents that operate in various environments.
-
GridAgent: Represents an agent designed to navigate and perform actions within a grid-based environment. For detailed information on the
GridAgent
class and its methods, refer to GridAgent Documentation. -
TreeAgent: Represents an agent specifically designed to navigate and manipulate tree structures. For detailed information on the
TreeAgent
class and its methods, refer to TreeAgent Documentation. -
GraphAgent: Represents an agent specialized in navigating and interacting with graph-based environments. For detailed information on the
GraphAgent
class and its methods, refer to GraphAgent Documentation.
Note: For detailed documentation on each class, click on the respective links above.