Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/tutorials
/ sync_Q_target
Method
sync_Q_target
intermediate_source/mario_rl_tutorial.py:555–556 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
553
return
loss.item()
554
555
def
sync_Q_target(self):
556
self.net.target.load_state_dict(self.net.online.state_dict())
557
558
559
######################################################################
Callers
1
learn
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected