Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/tutorials
/ recall
Method
recall
intermediate_source/mario_rl_tutorial.py:261–263 ·
view source on GitHub ↗
Sample experiences from memory
(self)
Source
from the content-addressed store, hash-verified
259
pass
260
261
def
recall(self):
262
""
"Sample experiences from memory"
""
263
pass
264
265
def
learn(self):
266
""
"Update online action value (Q) function with a batch of experiences"
""
Callers
1
learn
Method · 0.95
Calls
1
sample
Method · 0.80
Tested by
no test coverage detected