-
Tests are currently out-of-date but implementation is working (prioritizing implementation completion for deadline)
-
Requirement: The epistemic reasoner used by these agents can be found at: https://github.com/MikeVezina/epistemic-reasoner
-
Example: A demo of how this framework can be used is shown for agent localization at: https://github.com/MikeVezina/localization-demo
In order to use the epistemic agent framework with other projects, you must install it into your local gradle repository (it is currently not being published to maven central).
To do this, make sure gradle is installed, clone the repository, and run:
gradle install
- If the tests are not passing, run:
gradle install -x test