MCPcopy
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"""
2DQN and its variants
3------------------------
4We implement Double DQN, Dueling DQN and Noisy DQN here.

Callers

nothing calls this directly

Calls 9

DQNClass · 0.70
ReplayBufferClass · 0.70
resetMethod · 0.45
get_actionMethod · 0.45
stepMethod · 0.45
addMethod · 0.45
sampleMethod · 0.45
trainMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected