Skip to content

Actions

The environment accepts integer action indexes or Action enum members and converts them into plugin action dataclasses. Direct ECS users can submit plugin actions with submit_agent_action(world, agent_id, action).

Environment Adapter

Bases: StrEnum

Fixed discrete action adapter used by the Gymnasium environment.

Plugin Actions