Files
erojasoficial-byte c1d089dc3b Embodied Drosophila: whole-brain connectome simulation in a biomechanical body
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).
2026-03-10 22:25:04 -05:00

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