Train a model on recorded episodes. The task will run asynchronously.
Name of the task to train on.
Name of the training.
Model to use for training. See AIModel for more details.
await client.train_task("pick_and_place", "my_training", AIModel.PI0)