MCPcopy Create free account
hub / github.com/rlcode/reinforcement-learning / _stack_init

Function _stack_init

4-atari-hard/3-robustify.py:121–122  ·  view source on GitHub ↗
(frame)

Source from the content-addressed store, hash-verified

119
120
121def _stack_init(frame):
122 return np.repeat(frame[None], 4, axis=0) # (4,105,80)
123
124
125def main():

Callers 2

mainFunction · 0.85
evaluateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected