Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorlayer/TensorLayer
/ tutorial_TD3.py
File
tutorial_TD3.py
examples/reinforcement_learning/tutorial_TD3.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Twin Delayed DDPG (TD3)
3
------------------------
4
DDPG suffers
from
problems like overestimate of Q-values and sensitivity to hyper-parameters.
Callers
nothing calls this directly
Calls
10
TD3
Class · 0.85
ReplayBuffer
Class · 0.70
reset
Method · 0.45
get_action
Method · 0.45
sample_action
Method · 0.45
step
Method · 0.45
push
Method · 0.45
update
Method · 0.45
save
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected