This repository implements the SAC-BBF agent in JAX (to be presented in PRCV 2024), building on BBF.
- SAC-BBF improves the previous state-of-the-art interquartile mean (IQM) from 1.045 to 1.088.
- For ATARI 100K, SAC-BBF is also the only model-free algorithm with a super-human level using only replay ratio 2.
To install the repository, simply run pip install -r requirements.txt
. Tested only on Python 3.10.
To run a BBF agent locally, run
bash run-cuda0.sh