Almond home page
Search...
⌘K
Order
Order
Search...
Navigation
AI
train_task
Website
Chat with Us
Get Help
Get Started
Introduction
Quickstart
Robot Basics
Configuration
Control
Teleoperation
Tutorials
AI Training
AprilTags
Object Detection
API Reference
Python
AlmondBotClient
Setup
Movement
Tool
AprilTag
AI
record_episode
replay_episode
delete_episode
list_episodes
train_task
list_trainings
run_task
detect_poses
verify_scene
Types
On this page
Parameters
Example Usage
AI
train_task
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
Copy
await
client.train_task(
"pick_and_place"
,
"my_training"
, AIModel.
PI0
)
list_episodes
list_trainings
Assistant
Responses are generated using AI and may contain mistakes.