Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorlayer/TensorLayer
/ tutorial_SAC.py
File
tutorial_SAC.py
examples/reinforcement_learning/tutorial_SAC.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Soft Actor-Critic (SAC)
3
------------------
4
Actor policy in SAC is stochastic,
with
off-policy training.
Callers
nothing calls this directly
Calls
10
SAC
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_weights
Method · 0.45
Tested by
no test coverage detected