https://github.com/stefanches7/braitenberg-vehicles
GSoC '19 project with Orthogonal Research Lab (https://github.com/Orthogonal-Research-Lab). Please find the abstract here: https://summerofcode.withgoogle.com/projects/#6182628703600640; detailed informations are to follow.
https://github.com/stefanches7/braitenberg-vehicles
Last synced: 2 months ago
JSON representation
GSoC '19 project with Orthogonal Research Lab (https://github.com/Orthogonal-Research-Lab). Please find the abstract here: https://summerofcode.withgoogle.com/projects/#6182628703600640; detailed informations are to follow.
- Host: GitHub
- URL: https://github.com/stefanches7/braitenberg-vehicles
- Owner: stefanches7
- Created: 2019-05-13T22:34:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T14:01:47.000Z (over 1 year ago)
- Last Synced: 2025-03-15T05:28:13.297Z (over 1 year ago)
- Language: Kotlin
- Size: 30 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Braitenberg Vehicles Genetic Algorithms Simulation of Neural Development (BraGenBrain)
Simulation suite for examining neural development in embodied cognition settings.
The algorithm is based on Genetic Algorithms and hence runs epochs comprised of many agents to find the optimal solution.

## Documentation
In-code documentation of the most important functions is collected in one place in `$rootdir/doc/code`.
Jupyter Notebook describing the most important features and ways to run the simulation is located
at `$rootdir/Documentation.ipynb`.
### Start
The application is a runnable `jar`. It is located in the root folder of the project under the name of `BraGenBrain-{VERSION}-XXX.jar`.
Run it in a usual `Java jar` fashion:
### More information
Scientific background of the project, as well as information about its start and planning, are available at GSoC website
as well as in Gist: .
Furthermore, see files located in `doc\adr` to see more about the technical decisions, that have been undertaken alongside
the development of simulation software.
## Citation
If you use the code or ideas from this project, please cite:
```
@article{dvoretskii2022braitenberg,
title={Braitenberg vehicles as developmental neurosimulation},
author={Dvoretskii, Stefan and Gong, Ziyi and Gupta, Ankit and Parent, Jesse and Alicea, Bradly},
journal={Artificial Life},
volume={28},
number={3},
pages={369--395},
year={2022},
publisher={MIT Press}
}
```
## Acknowledgements
This project was started as [GSoC '19 project](https://summerofcode.withgoogle.com/projects/#6182628703600640). At the final, I wrote a [gist](https://gist.github.com/stefanches7/88639248e8260784a7f7c3dfa1d2d6c2) summarizing the project expierence during the GSoC.
I want to once again say thanks to Dr. Bradly Alicea for his outstanding mentorship and directions in the project, INCF and Google for supporting the project financially and ideally, as well as my fellow students Jesse Parent, Ziyi Gong, Ankit Gupta as a part of [Orthogonal Research and Education Lab](https://orthogonal-research.weebly.com/) existing purely online for informative meetings and literature exchange!