module
agentBase implementation of agent inside habitat. To build agents inside habitat
the user should subclass habitat.Agent
and implement the act()
and reset()
methods.
Classes
- class Agent
- Abstract class for defining agents which act inside core.env.Env.