MCPcopy Index your code
hub / github.com/pytorch/tutorials / learn

Method learn

intermediate_source/mario_rl_tutorial.py:265–267  ·  view source on GitHub ↗

Update online action value (Q) function with a batch of experiences

(self)

Source from the content-addressed store, hash-verified

263 pass
264
265 def learn(self):
266 """Update online action value (Q) function with a batch of experiences"""
267 pass
268
269
270######################################################################

Callers 1

Calls 6

sync_Q_targetMethod · 0.95
saveMethod · 0.95
recallMethod · 0.95
td_estimateMethod · 0.95
td_targetMethod · 0.95
update_Q_onlineMethod · 0.95

Tested by

no test coverage detected