Views
No views yet
1.0 to guarantee the Echo State Property and stabilize dynamics.gym-pybullet-drones, a physics engine simulating ground effect, aerodynamic drag, and rotor downwash.1flydrone-esn/
2│
3├── LICENSE # AGPL 3.0 license file
4├── README.md # English documentation (with HF YAML front matter)
5├── README.txt # Detailed Turkish documentation
6│
7└── src/ # Code files
8 ├── utils.py # Core mathematics and ESN reservoir helpers
9 ├── database_interaction.ipynb # CAVE API client for retrieving connectome synapses
10 ├── drone_realtime_simulation.py # Script to run the trained model in PyBullet and log video
11 ├── classes_by_cell_type.csv # Neuron cell classifications
12 ├── W_drone_components.pkl # Pre-trained ESN drone controller weights
13 └── networks_graphs/ # Connectome .graphml data filespip install -r requirements.txtpython src/drone_realtime_simulation.pydrone_third_person.mp4 and drone_first_person.mp4 in your directory.