Table of Contents
This project is part of my master's thesis "Exploration of human leading behavior using a controlled biomimetic robot in a simulated fish tank". This repository contains the fish simulation and robot control.
The simulation is based on the behavior model presented by Couzin et al.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- install Python 3.9.5
- install git
- Clone the repo
git clone https://github.com/jotpio/behavior_HF.git
- Install pip packages using setup.py
python setup.py install
The main_challenge_simulation.py simulates the challenge in the Humboldt Forum. Use it if you intend to run it locally as it does not connect to the other software components.
Run the it by executing:
python main_challenge_simulation.pyThe main_simulation.py is the startup for the simulation in the Humboldt Forum exhibit. It connects to the other software components.
Run the it by executing:
python main_simulation.pyContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This work is licensed under a Creative Commons Attribution 4.0 International License.
See LICENSE for more information.
Jonas Piotrowski - marc.jonas.piotrowski@gmail.com
Project Link: https://github.com/jotpio/behavior_HF

