mirror of
https://github.com/rndlabsoy/fly-brain-full.git
synced 2026-09-10 11:20:43 +02:00
c1d089dc3b
138,639 LIF neurons (FlyWire v783, GPU/PyTorch) connected to NeuroMechFly v2 (MuJoCo) with compound-eye vision, olfaction, gustation, somatosensation, courtship song, virtual flight, and proboscis extension. Includes benchmark suite (Brian2, Brian2CUDA, PyTorch, NEST GPU), project website, and technical papers (EN/ES).
21 lines
314 B
YAML
21 lines
314 B
YAML
name: brain-fly
|
|
channels:
|
|
- defaults
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.10
|
|
- pip
|
|
- pip:
|
|
- --extra-index-url https://download.pytorch.org/whl/cu126
|
|
- brian2cuda==1.0a7
|
|
- torch
|
|
- tqdm
|
|
- numpy=1.26.4
|
|
- jupyter
|
|
- ipykernel
|
|
- pandas
|
|
- joblib
|
|
- pyarrow
|
|
- scipy
|
|
- matplotlib
|