Skip to content

Trust Region Policy Optimization (TRPO) algorithm implementation with TensorFlow 2 framework. Project developed for Reinforcement Learning exam of professor R. Capobianco.

License

Notifications You must be signed in to change notification settings

pietro-nardelli/TRPO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRPO-Tensorflow2

Trust Region Policy Optimization (TRPO) algorithm implementation with TensorFlow 2 framework. Project developed for Reinforcement Learning exam of professor R. Capobianco.

Requirements

  1. Install anaconda
  2. Create the environment: $ conda create --name trpo python==3.7
  3. Activate the environment: $ conda activate trpo
  4. Install requirements: pip install gym[all]

About

Trust Region Policy Optimization (TRPO) algorithm implementation with TensorFlow 2 framework. Project developed for Reinforcement Learning exam of professor R. Capobianco.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published