A dataclass representing an Almond Bot’s training episode.

Properties

id
str

The ID of the training episode.

task_name
str

The name of the task being recorded.

duration_seconds
int

The duration of the episode in seconds.

created_at
datetime

The timestamp of when the episode was created.