MCPcopy Create free account
hub / github.com/Virtual-Protocol/virtuals-python / run

Method run

src/virtuals_sdk/game/agent.py:245–248  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

243 self._session.function_result, self.agent_state)
244
245 def run(self):
246 self._session = Session()
247 while True:
248 self.step()

Callers 2

test_agent.pyFile · 0.45
test_worker.pyFile · 0.45

Calls 2

stepMethod · 0.95
SessionClass · 0.85

Tested by

no test coverage detected