Skip to content

Commit c08fcf7

Browse files
undo unnessary change
1 parent 875ffd7 commit c08fcf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agentlab/agents/generic_agent/generic_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def obs_preprocessor(self, obs: dict) -> dict:
9898
def get_action(self, obs):
9999

100100
self.obs_history.append(obs)
101-
102101
main_prompt = MainPrompt(
103102
action_set=self.action_set,
104103
obs_history=self.obs_history,

0 commit comments

Comments
 (0)