Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rlcode/reinforcement-learning
/ reset
Method
reset
4-atari-hard/env_robustify.py:50–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
self.last = 0
49
50
def
reset(self):
51
self.last = 0
52
53
def
filter(self, action, rng):
54
if
rng.random() < self.p:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected