shasta_mrta

MRTA Formulation with Shasta Simulator

https://github.com/aditya12123/shasta_mrta

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

MRTA Formulation with Shasta Simulator

Basic Info
  • Host: GitHub
  • Owner: Aditya12123
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 30.7 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.md

SHaSTA (Simulator for Human and Swarm Team Applications)

Simulator Banner (Screenshot for illustration purposes only.)

Welcome to the SHaSTA! An open-source simulation platform to study human-swarm applications. The platform provides a unified interface for humans and learning algorithms to command/learn swarm robot behaviors. SHaSTA also provides a unique ability to collect physiological information from humans and time synchronize it with swarm simulation.

Table of Contents

Features

  • Realistic swarm simulation powered by the pybullet.
  • Human-Swarm Interaction interface.
  • Physiological signal (EEG, EMG, Eye movement, etc.) collection facility built on lab streaming layer.
  • OpenAI Gym interface for reinforcement learning experiments.
  • Highly customizable simulation environment.
  • Easy-to-use and well-documented codebase.

Installation

  1. Clone this repository to your local machine using:

``` git clone https://github.com/ub-nsf-hsi/shasta-ub.git

```

  1. Install the required dependencies:

pip install -r requirements.txt

  1. Configure your XPlane installation and simulator settings as needed.

Usage

  1. Launch the simulator by running:

python main.py If you want to run a particular block of code, replace the skip by run.

  1. Explore the simulation environment, adjust settings, and start flying!

MRTA Formulation

The file MRTA_Experiment.py in experiments folder present the MRTA formulation

Contributing

We welcome contributions from the community to improve and expand this simulator project. If you're interested in contributing, please follow our Contribution Guidelines.

Code of Conduct

Please review and adhere to our Code of Conduct when participating in our community. We strive to maintain a respectful and inclusive environment for everyone.

License

This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code in your projects.


We hope you enjoy using the SHaSTA. Happy flying!

Owner

  • Login: Aditya12123
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: 'SHaSTA: A Simulator for Human and Swarm Team Applications'
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - {}
  - given-names: Hemanth
    family-names: Manjunatha
  - given-names: Prajit
    family-names: krisshna kumar
  - given-names: Joseph
    family-names: Distefano
  - given-names: Apurv
    family-names: Jani
  - given-names: Amir
    family-names: Behjat
  - given-names: Payam
    family-names: Ghassemi
  - given-names: Souma
    family-names: Chowdhury
  - given-names: Karthik
    family-names: Dantu
  - given-names: Ehsan
    family-names: T. Esfahani

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • PyYAML ==5.4
  • bpy ==2.82.1
  • matplotlib ==3.3.3
  • networkx ==2.5
  • numpy ==1.19.4
  • osmnx ==0.16.2
  • pandas ==1.1.4
  • psutil *
  • pybullet ==3.0.1
  • pyglet ==1.3.2
  • pywavefront ==1.3.2
  • scikit-learn *
  • scipy ==1.5.3
requirements_dev.txt pypi
  • PyYAML ==5.4 development
  • Sphinx ==1.8.5 development
  • bpy ==2.82.1 development
  • bump2version ==0.5.11 development
  • coverage ==4.5.4 development
  • flake8 ==3.7.8 development
  • matplotlib ==3.3.3 development
  • networkx ==2.5 development
  • numpy ==1.19.4 development
  • osmnx ==0.16.2 development
  • pandas ==1.1.4 development
  • pip ==21.1 development
  • pybullet ==3.0.1 development
  • pyglet ==1.3.2 development
  • pywavefront ==1.3.2 development
  • scipy ==1.5.3 development
  • tox ==3.14.0 development
  • twine ==1.14.0 development
  • watchdog ==0.9.0 development
  • wheel >=0.38.1 development
setup.py pypi