Skip to content

Commit ce7ed51

Browse files
committed
fix live_browser_url, session_id = await self._reset_browser(websocket)
1 parent 06ecf7b commit ce7ed51

File tree

1 file changed

+1
-1
lines changed
  • visual-tree-search-backend/app/api/lwats/agents_async/SearchAgents

1 file changed

+1
-1
lines changed

visual-tree-search-backend/app/api/lwats/agents_async/SearchAgents/base_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ async def simulation(self, node: LATSNode, websocket=None) -> tuple[float, LATSN
499499
# TODO: check, score as reward and then update value of the starting node?
500500
async def rollout(self, node: LATSNode, websocket=None)-> tuple[float, LATSNode]:
501501
# Reset browser state
502-
await self._reset_browser()
502+
live_browser_url, session_id = await self._reset_browser(websocket)
503503
path = self.get_path_to_root(node)
504504

505505
print("execute path")

0 commit comments

Comments
 (0)