dojo.actions

This module contains all actions that can be executed by environments.

@dataclass(kw_only=True)
class BaseAction(typing.Generic[~Observation]):

Base action class for all environments.

Parameters
  • agent: The agent executing the action.