Skip to content

Latest commit

 

History

History

model_based

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.