Code Monkey home page Code Monkey logo

fish's Introduction

FISH: Formation of Intelligent Swarming Habits

Class project in collaboration with Katherine Binney and Magaly Gutierrez for Harvard's CS289: Biologically-inspired Multi-agent Systems.

Abstract

We present a comprehensive approach to learn from the behavior of living fish and engineer the behavior of robot collectives. To this end, we built a three dimensional simulator that realistically captures the physics of BlueBots, an underwater robot collective designed to study swarm intelligence. With that simulator, we extended existing methods of learning from observation to create replica fish that could mimic aggregation and dispersion behavior without being explicitly programmed to do so. Finally, we investigated algorithms that lead robotic fishes towards efficient swimming formations, based on the assumption that a reduction of total energy expenditure is possible when swimming in a school. Our results include algorithms that successfully lead to schooling and orbiting behaviors, and learn aggregation and dispersion from observation. In the future, BlueBots will be used to test our algorithms and transfer them into the real world, where swarms of robotic fishes could search for crashed aircraft or sample environmental data more efficiently.

Requirements

  • Python 3.6
  • Jupyter 1.0
  • Numpy
  • Scipy
  • Matplotlib
  • (PIP not mandatory but recommended)

Installation

Either install Jupyter, Numpy, Scipy, and Matplotlib via PIP:

git clone https://code.harvard.edu/flb979/FISH && cd FISH
pip install -r ./requirements.txt

Or manually via https://jupyter.org/install and https://scipy.org/install.html

Run

Move to one of the project folders (BlueSim, TuringFish, FishFormationSimulator) and follow the local instructions.

fish's People

Contributors

fberlinger avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.