Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorlayer/TensorLayer
/ tutorial_PPO.py
File
tutorial_PPO.py
examples/reinforcement_learning/tutorial_PPO.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Proximal Policy Optimization (PPO)
3
----------------------------
4
A simple version of Proximal Policy Optimization (PPO) using single thread.
Callers
nothing calls this directly
Calls
9
PPO
Class · 0.70
reset
Method · 0.45
get_action
Method · 0.45
step
Method · 0.45
store_transition
Method · 0.45
finish_path
Method · 0.45
update
Method · 0.45
save
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected