Skip to content

FTC-8856/trpo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A TRPO implementation

CodeQL

Based off of https://github.com/pat-coady/trpo

Training

python3 trpo/train.py /path/to/folder/

Will either create a new model or load a saved model from the given folder. Model will be trained and saved in the given folder.

Viewing

python3 trpo/view.py /path/to/folder/

Will render a new episode using the saved model from the given folder.

Evaluating

python3 trpo/eval.py /path/to/folder/

Will evaluate the saved model from the given folder.

Releases

No releases published

Packages

No packages published

Languages