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
- Host: GitHub
- URL: https://github.com/timkam/uav-xai-simulation
- Owner: TimKam
- License: bsd-2-clause
- Created: 2019-10-24T17:34:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:40:39.000Z (over 3 years ago)
- Last Synced: 2025-03-25T11:37:41.731Z (about 1 year ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).