MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / _get_obs

Method _get_obs

eval_heldout/webarena/browser_env/envs.py:180–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178
179 @beartype
180 def _get_obs(self) -> dict[str, Observation]:
181 obs = self.observation_handler.get_observation(
182 self.page, self.get_page_client(self.page)
183 )
184 return obs
185
186 @beartype
187 def _get_obs_metadata(self) -> dict[str, ObservationMetadata]:

Callers 2

resetMethod · 0.95
stepMethod · 0.95

Calls 2

get_page_clientMethod · 0.95
get_observationMethod · 0.80

Tested by

no test coverage detected