Boat Race API Reference¶
Family dispatcher
¶
Boat Race Eight Races substrate
¶
Native PettingZoo implementation of Boat Race: Eight Races.
BoatRaceEightRacesConfig
dataclass
¶
Configuration for Boat Race: Eight Races.
BoatRaceEightRacesParallelEnv
¶
Bases: ParallelEnv[Agent, dict[str, ndarray], int]
PettingZoo ParallelEnv for Boat Race: Eight Races.
parallel_env(render_mode: RenderMode = None, config: BoatRaceEightRacesConfig | None = None, **config_overrides: Any) -> BoatRaceEightRacesParallelEnv
¶
Create the native Boat Race: Eight Races ParallelEnv.
env(render_mode: RenderMode = None, **kwargs: Any)
¶
Create the native Boat Race: Eight Races AEC env.