Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YeWR/EfficientZero
/ reset
Method
reset
core/utils.py:56–58 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
54
return
self._max_episode_steps
55
56
def
reset(self, **kwargs):
57
self._elapsed_steps = 0
58
return
self.env.reset(**kwargs)
59
60
61
class
NoopResetEnv(gym.Wrapper):
Callers
3
reset
Method · 0.45
reset
Method · 0.45
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected