shasta.actor#
Module Contents#
Classes#
This the base class for single UGV robot |
- class BaseActor[source]#
Bases:
with_metaclass(ABCMeta,object)This the base class for single UGV robot
- abstract get_observation(*args, **kwargs)[source]#
Get the observation from the actor.
- Raises:
NotImplementedError –