Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
""
"
2
Deep Deterministic Policy Gradient (DDPG)
3
-----------------------------------------
4
An algorithm concurrently learns a Q-function and a policy.
Callers
nothing calls this directly
Calls
8
DDPG
Class · 0.85
reset
Method · 0.45
get_action
Method · 0.45
step
Method · 0.45
store_transition
Method · 0.45
learn
Method · 0.45
save
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected