maple.server.daemon.SetupEnvRequest

class maple.server.daemon.SetupEnvRequest(*, env_id: str, task: str, seed: int | None = None, env_kwargs: Dict[str, Any] | None = {})

Request model for setting up an environment with a task.

Methods

Attributes

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

env_id

task

seed

env_kwargs