An open API service indexing awesome lists of open source software.

https://github.com/timkam/uav-xai-simulation

Explainable UAV simulation
https://github.com/timkam/uav-xai-simulation

Last synced: 3 months ago
JSON representation

Explainable UAV simulation

Awesome Lists containing this project

README

          

# Explainable UAV Simulation
This repository contains the source code of an *explainable* UAV (drone) simulation.
The purpose of the simulation is to test different explanation and information filtering modes in
human-computer interaction studies.

The simulation makes use of [JS-son](https://github.com/TimKam/JS-son), a JavaScript library for
implementing reasoning-loop agents.

## Installation and Deployment
To run the simulation locally, proceed as follows:

1. Clone the repository with ``git clone git@github.com:TimKam/uav-xai-simulation.git``.

2. Navigate into the project's root directory.

3. Start the simulation and the hot-reload loop with ``npm start``.

To build the simulation for production, run ``npm run build-prod``.
You find the output files in the ``www`` directory.
The entry point is the ``index.html`` file.

## Main Authors

* [Timotheus Kampik](https://github.com/TimKam)

* [Yazan Mualla](Yazan11)

## LICENSE
This project is released under the [BSD Clause-2 License](https://github.com/TimKam/uav-xai-simulation/blob/master/LICENSE).