A dataclass representing an Almond Bot’s task training.

Properties

id
str
The ID of the training episode.
task_name
str
The name of the task being recorded.
training_name
str
The name of the training.
model
AIModel
The model used for training.
training_episode_count
int
The number of training episodes.
status
str
The status of the training.
created_at
datetime
The timestamp of when the episode was created.