We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be1174 commit cdd9b54Copy full SHA for cdd9b54
src/agentlab/agents/tapeagent/agent.py
@@ -100,4 +100,4 @@ def get_action(self, obs: Observation | list[Observation]) -> tuple[Action, Tape
100
def final_tape(self) -> Tape:
101
truncated = not any([isinstance(s, StopStep) for s in self.tape.steps])
102
self.tape.metadata = ExtendedMetadata(author=self.agent.name, truncated=truncated)
103
- return self.tape
+ return self.tape
0 commit comments