swarmsim.agent.control#
Houses controller submodules.
Controllers are used to control the behavior of agents.
They are responsible for calculating the actions for the agent to take based on the sensors of the agent.
All controllers must inherit from AbstractController
Modules
Abstract Controller class. |
|
Controller which redirects to a method on the agent. |
|