Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rlcode/reinforcement-learning
/ load_demo
Function
load_demo
4-atari-hard/env_robustify.py:227–229 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
225
226
227
def
load_demo(path):
228
with
open(path,
"rb"
)
as
f:
229
return
pickle.load(f)
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected