Skip to content

liuxy10/safe-sb3

 
 

Repository files navigation

Stable Baselines3

This repo is forked from the original stable-baseline3 repo here.

We adapted this repo to include Safe Reinforcement Learning algorithms, e.g., SAC-lag, and also behavior cloning algorithms.

For example usage, please check out the directory examples/. Run the following command in terminal for a demo of SAC.

python examples/run_bc.py -d examples/ppo_safexp_cargoal1_v0.h5py -e Safexp-CarGoal1-v0 -es 0

About

xinyi's fork

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%