MCPcopy
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"""
2Proximal Policy Optimization (PPO)
3----------------------------
4A simple version of Proximal Policy Optimization (PPO) using single thread.

Callers

nothing calls this directly

Calls 9

PPOClass · 0.70
resetMethod · 0.45
get_actionMethod · 0.45
stepMethod · 0.45
store_transitionMethod · 0.45
finish_pathMethod · 0.45
updateMethod · 0.45
saveMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected