Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AutoWebGLM
/ step
Method
step
webarena/browser_env/async_envs.py:150–153 ·
view source on GitHub ↗
( self, action: Action )
Source
from the content-addressed store, hash-verified
148
)
149
150
def
step(
151
self, action: Action
152
) -> tuple[npt.NDArray[np.uint8], float, bool, bool, dict[str, object]]:
153
return
asyncio.run(self.astep(action), debug=True)
Callers
nothing calls this directly
Calls
1
astep
Method · 0.95
Tested by
no test coverage detected