Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ _get_ob
Method
_get_ob
rl3/a2c/atari_wrappers.py:196–198 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
194
return
self._get_ob(), reward, done, info
195
196
def
_get_ob(self):
197
assert len(self.frames) == self.k
198
return
LazyFrames(list(self.frames))
199
200
201
class
LazyFrames:
Callers
2
reset
Method · 0.95
step
Method · 0.95
Calls
1
LazyFrames
Class · 0.85
Tested by
no test coverage detected