This method downloads a visual replay of the agent’s actions, which can be useful for debugging or understanding the agent’s behavior

Signature

def replay(self) -> notte_core.utils.webp_replay.WebpReplay

Returns

WebpReplay: The replay data in WEBP format.

Raises

  • ValueError: If the agent hasn’t been run yet (no agent_id available).