mivp-agent / moos-ivp-agent

Model agnostic ML tooling for MOOS-IvP
https://mivp-agent.github.io/
MIT License
8 stars 3 forks source link

Episodic manager #13

Open CarterFendley opened 2 years ago

CarterFendley commented 2 years ago

Object oriented agents which expose hooks for use with the new "EpisodicManger"

Testing

  1. This commit adds shows how to add a new TestCase class to moos-ivp-agent's testing suite.
  2. Another commit adds a testing fixture via unittest's setUp() and tearDown() functions AND adds a routing test using this fixture.