python3 -m venv env
source env/bin/activate
pip install --upgrade pip setuptools wheel
pip install -e .[dev,gpu]To verify the installation, run the tests as:pytest
You can train BBF on Breakout for 100k frames by launching:
launch_job/atari/launch.shThis code implements BBF with two bug corrections to the replay buffer compared to the original code. The trained agents reach comparable performances to the published version of BBF with a replay ratio of 2:

