Feedback¶
Submit feedback on trajectories to improve learning.
Usage¶
zubbl.feedback(
trajectory_id="traj-001",
rating=0.9, # -1.0 (terrible) to 1.0 (perfect)
source="human", # "human" | "automated" | "llm"
comment="Fast and accurate review",
)
Rating Scale¶
| Range | Meaning |
|---|---|
| 0.8 to 1.0 | Excellent |
| 0.5 to 0.8 | Good |
| 0.0 to 0.5 | Acceptable |
| -0.5 to 0.0 | Poor |
| -1.0 to -0.5 | Terrible |
Sources¶
human— Manual review by a personautomated— Automated test/validationllm— LLM-based evaluation