Skip to content

Commit 8e222e8

Browse files
committed
Add arXiv link and full BibTeX citation for BXRL paper
1 parent 8e58daa commit 8e222e8

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HighJax is an autonomous driving environment for Reinforcement Learning research
99

1010
Besides being much faster than the original, it provides Octane, a Rust-based TUI for examining your experiment runs. Octane provides an interface for defining behaviors and then measuring how much each policy exhibits them.
1111

12-
HighJax was produced as part of our research project about [BXRL:Behavior-Explainable Reinforcement Learning](https://arxiv.org/abs/XXXX.XXXXX).
12+
HighJax was produced as part of our research project about [BXRL: Behavior-Explainable Reinforcement Learning](https://arxiv.org/abs/2603.23738).
1313

1414
## Installation
1515

@@ -154,9 +154,13 @@ Full documentation is in the `docs/` folder:
154154
If you use HighJax in your research, please cite:
155155

156156
```bibtex
157-
@article{rachum2025bxrl,
157+
@article{rachum2026bxrl,
158158
title={BXRL: Behavior-Explainable Reinforcement Learning},
159-
author={Rachum, Ram and Amitai, Yotam and Nakar, Yonatan and Mirsky, Reuth and Allen, Cameron},
160-
year={2025}
159+
author={Ram Rachum and Yotam Amitai and Yonatan Nakar and Reuth Mirsky and Cameron Allen},
160+
year={2026},
161+
eprint={2603.23738},
162+
archivePrefix={arXiv},
163+
primaryClass={cs.LG},
164+
url={https://arxiv.org/abs/2603.23738},
161165
}
162166
```

0 commit comments

Comments
 (0)