Cleand up the data collection

This commit is contained in:
Philipp Horstenkamp 2022-07-12 20:04:34 +02:00
parent 994f1c8859
commit b1c152179a
5 changed files with 4 additions and 7 deletions

2
data/.gitignore vendored
View File

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

BIN
data/collected_and_filtered.pickle (Stored with Git LFS)

Binary file not shown.

BIN
data/collected_routes_np.pickle (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -9,7 +9,7 @@ RUN apt install graphviz -yqq
# Install additinal requirements
RUN pip3 install jupyter tensorflow tensorboard keras-tuner black[jupyter] mapply humanize jupyter-resource-usage
RUN pip3 install tensorflow-addons
RUN pip3 install tensorflow-addons pydot pydotplus
RUN pip install jupyter_contrib_nbextensions
RUN jupyter contrib nbextension install --sys-prefix
RUN jupyter nbextension enable scratchpad/main --sys-prefix