tinker_cookbook.rl.RolloutError
class tinker_cookbook.rl.RolloutError(**)
A captured error from a failed trajectory rollout.
Fields:
- error_type (str) – The exception class name, e.g.
'BadRequestError'. - error_message (str) –
str(exception)— the human-readable error description.