Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
def
_stack_init(frame):
122
return
np.repeat(frame[None], 4, axis=0)
# (4,105,80)
123
124
125
def
main():
Callers
2
main
Function · 0.85
evaluate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected