I implemented compact version of SNN pipeline based on bindsnet (https://github.com/Hananel-Hazan/bindsnet).
If you want to train this pipeline, you need to install bindsnet using "pip install ." from source, and execute python train.py.
Currently this code doesn't guarantee whether this SNN-based reinforcement learning works well.
I implemented compact version of SNN pipeline based on bindsnet (https://github.com/Hananel-Hazan/bindsnet). If you want to train this pipeline, you need to install bindsnet using "pip install ." from source, and execute
python train.py
. Currently this code doesn't guarantee whether this SNN-based reinforcement learning works well.