Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorlayer/TensorLayer
/ tutorial_DQN_variants.py
File
tutorial_DQN_variants.py
examples/reinforcement_learning/tutorial_DQN_variants.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
DQN and its variants
3
------------------------
4
We implement Double DQN, Dueling DQN and Noisy DQN here.
Callers
nothing calls this directly
Calls
9
DQN
Class · 0.70
ReplayBuffer
Class · 0.70
reset
Method · 0.45
get_action
Method · 0.45
step
Method · 0.45
add
Method · 0.45
sample
Method · 0.45
train
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected