Skip to main content

WorldControlSpec

class WorldControlSpec(BaseModel)

A dataclass that is helpful in defining the action space and mapping design parameters.

Definition

class WorldControlSpec(BaseModel):
label: str
description: str
order: int

Members

label

label: str

A unique identifier which can be used to map user defined world controls (on the web interface) to actual agent specifications.

description

description: str

Human-readable description describing the purpose of this world control. For informal purposes only.

order

order: int

Used to sort world controls before being provided to the agent, ensures data integrity.