MCPcopy 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
201class LazyFrames:

Callers 2

resetMethod · 0.95
stepMethod · 0.95

Calls 1

LazyFramesClass · 0.85

Tested by

no test coverage detected