File List
Here is a list of all files with brief descriptions:
- dir source
- dir Agents
- file AStarAgent.hpp AStar Agent Class.
- file AgentFactory.hpp A factory class that abstracts away the initialization of adding an agent to a world.
- file AgentLibary.hpp
- file PacingAgent.hpp
- file PathAgent.cpp Path Agent Class.
- file PathAgent.hpp
- file RandomAgent.hpp An Agent that will move around using random actions.
- file TrackingAgent.hpp Agent that switches between user-defined custom movement pattern and tracking a given agent.
- dir Agents