dojo.policies
Policies are the means to give agent behaviour.
Specifically, policies map observation spaces to actions and are attached to agents
class
BasePolicy(abc.ABC, typing.Generic[~Action, ~Agent, ~Observation]):
The BasePolicy acts as the base abstract class for all policies.