Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Trust Region Policy Optimization

Code outline:

  • main.py sets up the options and the top-level call to TRPO.
  • trpo.py contains the TRPO agent, describing how it gets paths, computes advantages, etc.
  • utils_trpo.py contains two particular utils ...
  • fxn_approx.py contains linear and neural network value functions.