No description
  • Python 81.9%
  • Mako 18.1%
Find a file
2020-09-09 12:52:56 +08:00
result add results 2020-09-09 12:52:56 +08:00
slbo fixed bugs in evaluation 2020-09-08 21:44:05 +08:00
.gitignore untrack .idea 2020-09-01 20:30:03 +08:00
readme.md add results 2020-09-09 12:52:56 +08:00
requirements.txt fixed a bug that gamma of virtual and real env is inconsistent 2020-09-03 22:12:25 +08:00
setup.py add hparams logging in tensorboard 2020-09-03 19:06:14 +08:00

SLBO_PyTorch

A PyTorch reimplementation of SLBO

Dependency

Please refer to ./requirements.txt.

Usage

python ./scripts/run_slbo.py

hyperparams in ./configs/slbo_config.yaml

Result

results on modified hopper

Credits

  1. kostrikov/pytorch-trpo
  2. facebookresearch/slbo