Update README.md

This commit is contained in:
Philipp Horstenkamp 2023-10-26 01:02:01 +02:00
parent 06e329f668
commit 26494dd6df

View File

@ -1,14 +1,13 @@
# Initial guess of corse changing position of an sailboots route # Initial guess of corse changing position of an sailboots route
This project was created as part of my coursework for my studies in [Applied AI](https://www.fh-swf.de/de/studienangebot/studiengaenge/angewandte_kuenstliche_intelligenz/index.php).
## Jupyter ## Jupyter
Das Jupyter Notebook with Experiments is called: SegelbootKurswechselpositionen.ipynb Das Jupyter Notebook with Experiments is called: SegelbootKurswechselpositionen.ipynb
As an navigation algorithm the course finder of the [Sailing Team Darmstadt e.V.](www.st-darmstadt.de) was used.
This algorithm could seadly not be inclued into this project since it isn't mine and not open source.
## Data ## Data
Die Daten liegen im Ordner `data`. The generate training data was found in the `data` folder.
```sh
docker-compose build
docker-compose up
```