Skip to content

MagiFeeney/EUBRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EUBRL: Epistemic Uncertainty Directed Bayesian Reinforcement Learning

An implementation of EUBRL, a Bayesian RL algorithm that leverages epistemic guidance to achieve principled exploration.

Installation

python install.py

Usage

Examples are given for running EUBRL. Any other algorithms in the same folder can be run in a similar manner.

Chain

bash scripts/Chain/EUBRL.sh

Loop

bash scripts/Loop/EUBRL.sh

DeepSea

Stochastic

bash scripts/DeepSea-Stochastic/EUBRL.sh

Deterministic

bash scripts/DeepSea-Deterministic/EUBRL.sh

LazyChain

Stochastic

bash scripts/LazyChain-Stochastic/EUBRL.sh

Deterministic

bash scripts/LazyChain-Deterministic/EUBRL.sh

Acknowledgment

Our code is based on open-source repository BayesRL.

License

This project is licensed under the GNU General Public License v3.0 (GPLv3).

Citation

Should you find this work useful for your research, please consider citing:

@inproceedings{ma2026eubrl,
  title={{EUBRL}: Epistemic Uncertainty Directed Bayesian Reinforcement Learning},
  author={Jianfei Ma and Wee Sun Lee},
  booktitle={The Fourteenth International Conference on Learning Representations},
  year={2026},
  url={https://openreview.net/forum?id=KASqlcI6Nm}
}

About

Epistemic Uncertainty Directed Bayesian Reinforcement Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors