EventVisionLibrary / momaku

8 stars 1 forks source link

Implement SNN pipeline #14

Closed syinari0123 closed 5 years ago

syinari0123 commented 5 years ago

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.