Episode Type
An episode represents a discrete event in the agent's experience
Record fields
| Record Field |
Description
|
Full Usage:
Action
Field type: string
|
What happened
|
Full Usage:
Context
Field type: string
|
Context at the time (e.g., what task was being performed)
|
Full Usage:
Id
Field type: string
|
|
Full Usage:
Importance
Field type: float
|
Relevance/importance score
|
Full Usage:
LinkedEpisodes
Field type: string list
|
Linked episode IDs (causal chain)
|
Full Usage:
Observation
Field type: string
|
The outcome/observation
|
Full Usage:
Success
Field type: bool
|
Whether the outcome was successful
|
Full Usage:
Tags
Field type: string list
|
Tags for categorization
|
|
When the episode occurred
|
Full Usage:
Valence
Field type: float
|
Emotional valence: positive=reward, negative=punishment
|
Nao