Skip to content

siqili1230/mbpo_pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBPO PyTorch

A PyTorch reimplementation of MBPO (When to trust your model: model-based policy optimization)

Dependency

Please refer to ./requirements.txt.

Usage

python ./mbpo/scripts/run_mbpo.py

# you can also overwrite hyperparams by passing args, e.g.
python ./mbpo/scripts/run_mbpo.py --set seed=0 verbose=1 device="'cuda:0'"

hyperparams in ./configs/mbpo.yaml

Credits

  1. vitchyr/rlkit
  2. facebookresearch/slbo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%