Train a model on recorded episodes. The task will run asynchronously.

Parameters

task_name
str
required

Name of the task to train on.

training_name
str
required

Name of the training.

model
AIModel
default:"AIModel.PI0"

Model to use for training. See AIModel for more details.

Example Usage

await client.train_task("pick_and_place", "my_training", AIModel.PI0)