MCPcopy
hub / github.com/tensorlayer/TensorLayer / tutorial_DDPG.py

File tutorial_DDPG.py

examples/reinforcement_learning/tutorial_DDPG.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Deep Deterministic Policy Gradient (DDPG)
3-----------------------------------------
4An algorithm concurrently learns a Q-function and a policy.

Callers

nothing calls this directly

Calls 8

DDPGClass · 0.85
resetMethod · 0.45
get_actionMethod · 0.45
stepMethod · 0.45
store_transitionMethod · 0.45
learnMethod · 0.45
saveMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected