Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 310 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 310 Bytes

Probabilistic ensembles with trajectory sampling algorithm

This is a basic implementation of the PETS algorithm. Here is how to run it:

python train_dyn.py --iteration 400 --cycles 100 --env_name BipedalWalkerHardcore-v3 

Use --help to see full options.