Merge branch 'master' of git.horstenkamp.eu:philipp/ml-programmierproject

# Conflicts:
This commit is contained in:
Philipp Horstenkamp 2022-07-12 22:53:24 +02:00
commit 305186d954
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
3 changed files with 552 additions and 556 deletions

3
data/.gitignore vendored
View File

@ -2,3 +2,6 @@ tmp_*.pickle
collected.pickle
test.pickle
collectedWithImage.pickle
collected_and_filtered.pickle
collected_routes_np.pickle
*.pickle

View File

@ -8,6 +8,7 @@ services:
container_name: pyrate
ports:
- "8888:8888"
- "6006:6006"
volumes:
- ./experiments:/pyrate/experiments
- ./data:/pyrate/data

File diff suppressed because one or more lines are too long