Control a neuromechanical model of a fly using different brain inspired control strategies.
Create a new conda environment then install this package via pip:
conda create -n nmf-live python
conda activate nmf-live
pip install -e .Run main.py as follows:
python neuromechfly_live/main.pyIf you experience an error on a computer with a discrete GPU, try the following
MUJOCO_GL=egl python neuromechfly_live/main.py