GitHub - cristianocapone/biodreaming
This repository is the official implementation of Towards biologically plausible Dreaming and Planning in recurrent spiking networks. The code is written in Python 3 and requires the following external dependences to run: Each package can be installed through pip3 (or anaconda) by running: pip3 install <name_of_package> In order to reproduce the data reported in Fig 2C, run: python3 PG_pong_dreaming.py -if_dream 0 python3 PG_pong_dreaming.py -if_dream 1 to accumulate statistics with and without the "dreaming" phase. To plot the results presented in Fig 2C run: python3 PG_comparison.py
Towards biologically plausible Dreaming and Planning This repository is the official implementation of Towards biologically plausible Dreaming and Planning in recurrent spiking networks. 1. Specification of dependencies The code is written in Python 3 and requires the following external dependences to run: matplotlib numpy os tqdm gym[atari] Each package can be installed through pip3 (or anaconda) by running: pip3 install <name_of_package> 2. Training code In order to reproduce the data reported in Fig 2C, run: python3 PG_pong_dreaming.py -if_dream 0 python3 PG_pong_dreaming.py…
saved by
related reading
- GitHub - basile6/MetaLearnBiologicallyPlausibleRules: Example code for: A meta-learning approach to (re)discover plasticity rules that carve a desired function into a neural network · GitHubgithub.com
- The worminator project postpreprintarxiv.org
- LLM Visualizationbbycroft.net
- GitHub - mazabou/awesome-neurofm: A curated list of awesome neuro-foundation modelsgithub.com
- The Unreasonable Effectiveness of Recurrent Neural Networkskarpathy.github.io
- CodaLab Worksheetsworksheets.codalab.org
- GitHub - labmlai/annotated_deep_learning_paper_implementations: 🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adagithub.com
- The Leaky Integrate-and-Fire Neuron — snntorch 1.0.0 documentationsnntorch.readthedocs.io
- GitHub - ChenLiu-1996/figures4papers: My Python scripts to make high-quality figures for publications in top AI conferences and journals.github.com
- Brain-Inspired AI Code Library Notches Milestone - Tech Briefstechbriefs.com
- GitHub - karpathy/autoresearch: AI agents running research on single-GPU nanochat training automaticallygithub.com
- Simulation of networks of spiking neurons: A review of tools and strategiespmc.ncbi.nlm.nih.gov