Go to file
2020-05-05 02:33:28 +02:00
Deep_Q_Learning pylint styling 2020-05-05 02:33:28 +02:00
logs working one house 2020-05-05 00:04:58 +02:00
logs-arch working one house 2020-05-05 00:04:58 +02:00
models pylint styling 2020-05-05 02:33:28 +02:00
Resources Raport edit 2020-04-07 22:32:01 +02:00
trained_models remove large archs 2020-05-05 00:32:00 +02:00
__gc_env__.py styling 2020-05-05 01:49:26 +02:00
.gitignore fix 2020-04-21 23:00:41 +02:00
.pylintrc self project implementation 2020-04-21 22:59:45 +02:00
a_star.py pylint styling 2020-05-05 02:33:28 +02:00
config.py working one house 2020-05-05 00:04:58 +02:00
dql_runner.py working one house 2020-05-05 00:04:58 +02:00
environment.md Raport edit 2020-04-07 22:32:01 +02:00
helpler.py pylint styling 2020-05-05 02:33:28 +02:00
Knowledge.py time complexity improvements 2020-05-02 18:32:26 +02:00
main.py styling 2020-05-05 01:49:26 +02:00
Makefile model 2020-04-18 18:55:37 +02:00
model.png enhancements 2020-04-27 01:24:55 +02:00
README.md font-linux 2020-04-05 12:03:55 +02:00
requirements.txt enhancements 2020-04-27 01:24:55 +02:00
route-planning.md Raport nr 2 2020-04-28 22:56:30 +02:00
svg_to_png.sh img 2020-04-03 14:25:13 +02:00

SZI2020Project

Instalacja i uruchomienie

Wymagania:

Python: 3.7.7

macOS / Linux

make install
make start

or manually:

python -m venv env
source env/bin/activate
pip install -r requirements.txt
python main.py

Windows

python -m venv env
env\scripts\activate.bat
pip install -r requirements.txt
python main.py