https://github.com/emonetlab/plume-temporal-navigation
Raw File
Tip revision: eba94d35d4e5378d00ab7f03e528a24a67474d10 authored by Thierry Emonet on 26 July 2021, 15:16:38 UTC
Add files via upload
Tip revision: eba94d3
README.md
# nav-sims
Agent-based simulations of olfactory navigation


## Installation

All code runs with Python3 and standard Python libraries.

## Usage

We can use the code in this repository to simulate olfactory navigation strategies as well as turbulent odor plumes themselves. 
Users have the option of using recorded video plumes as well as simulating plumes using a computationally efficient model of drifting
and diffusing filaments of odor due to (Farrell et al. 2002). 

Simulations are run with run scripts like those provided, that call wrappers which in turn call model scripts and environment scripts. The navigational model
provided uses odor intermittency (the proportion of time the signal can be detected) and odor hit frequency to bias motion upwind in an attempt to get to the source
via a biased random walk. 

It is recommended these simulations are run on a cluster, where perhaps a Job ID number can be provided as a system argument to the run script in order to seed
random numbers. 
back to top