Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AutoWebGLM
/ _get_obs_metadata
Method
_get_obs_metadata
webarena/browser_env/envs.py:182–184 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
180
return
obs
181
182
def
_get_obs_metadata(self) -> dict[str, ObservationMetadata]:
183
metadata = self.observation_handler.get_observation_metadata()
184
return
metadata
185
186
@beartype
187
def
reset(
Callers
2
reset
Method · 0.95
step
Method · 0.95
Calls
1
get_observation_metadata
Method · 0.80
Tested by
no test coverage detected