ActionEvents

class maze.core.log_events.monitoring_events.ActionEvents

Event topic class with logging statistics based only on Gym space actions, therefore applicable to any valid reinforcement learning environment.

continuous_action(step_key: str, agent_name: str, name: str, value: int)

action taken and shape of box action space

discrete_action(step_key: str, agent_name: str, name: str, value: int, action_dim: int)

action taken and dimensionality of discrete action space

multi_binary_action(step_key: str, agent_name: str, name: str, value: int, num_binary_actions: int)

action taken