Skip to content
Kostas Cheliotis edited this page Apr 6, 2020 · 2 revisions

Summary

The AbstractAgent class is a base class for implementing agents. Any simulation-specific agent classes should inherit from this class.

At the moment the AbstractAgent class simply extends the Steppable class, without additional methods and functions.

Clone this wiki locally