An implementation of EUBRL, a Bayesian RL algorithm that leverages epistemic guidance to achieve principled exploration.
python install.pyExamples are given for running EUBRL. Any other algorithms in the same folder can be run in a similar manner.
bash scripts/Chain/EUBRL.shbash scripts/Loop/EUBRL.shbash scripts/DeepSea-Stochastic/EUBRL.shbash scripts/DeepSea-Deterministic/EUBRL.shbash scripts/LazyChain-Stochastic/EUBRL.shbash scripts/LazyChain-Deterministic/EUBRL.shOur code is based on open-source repository BayesRL.
This project is licensed under the GNU General Public License v3.0 (GPLv3).