Implementation of RBF-DQN (see paper).
For installation, use Python >=3.7 (tested on 3.7.9).
Create a virtualenv, and use the included requirements file to setup your environment.
python -m venv ~/envs/rbf/
source ~/envs/rbf/bin/activate
(rbf) pip install -r requirements.txt
Note that CPPRB needs a different installation method on MacOS (see here).