Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idsia/newtechnowar
New Techno War, an IDSIA project in collaboration with Armasuisse.
https://github.com/idsia/newtechnowar
explainable-ai machine-learning ml strategy-game turn-based-strategy xai
Last synced: 12 days ago
JSON representation
New Techno War, an IDSIA project in collaboration with Armasuisse.
- Host: GitHub
- URL: https://github.com/idsia/newtechnowar
- Owner: IDSIA
- License: lgpl-3.0
- Created: 2021-04-12T12:56:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T10:38:50.000Z (about 3 years ago)
- Last Synced: 2024-11-11T14:47:55.949Z (2 months ago)
- Topics: explainable-ai, machine-learning, ml, strategy-game, turn-based-strategy, xai
- Language: Jupyter Notebook
- Homepage:
- Size: 27.5 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# New Techno War
**New Techno War** is tabletop [wargame](https://deftech.ch/it/wargaming/) developed by [Helvetia Games](https://helvetia-games.ch/) in collaboration with [Armasuisse](https://www.ar.admin.ch/en/armasuisse-wissenschaft-und-technologie-w-t/home.html). **New Techno War** makes it easy to simulate future systems integrating new technologies while stimulating discussions. The goal here is not to win, but to understand the strengths and weaknesses induced by these future systems in given tactical scenarios.
In this collaboration between IDSIA and Armasuisse, we aim to build a *companion agent* based on XAI that can help the players make strategical decisions and solving various combat scenario with different goals and constraints.
## Structure
This repository is structured in three parts:
* `code` contains all the [Python](https://www.python.org/) code necessary to play the game, develop agents or run experiments;
* `frontend` contains a WebApp build with [ReactJS](https://reactjs.org/) that can be used by humans to play the game in a web browser; and
* `docs` contains various kind of documentation.## Demo version
In order to run a demo version, which is the game with the WebApp as frontend, use the following standard [Docker Compose](https://docs.docker.com/compose/) commands:
```bash
docker-compose build
docker-compose up -d
```The WebApp will be reachable at the port `:8080`.
## More details
For more details on how to use this repository, please check the [Wiki](https://github.com/IDSIA/NewTechnoWar/wiki) for all the details.