Go to file
Maciej Scigacz b1c4780a90 edit report
2020-05-19 19:10:48 +02:00
Deep_Q_Learning working 2020-05-13 09:32:58 +02:00
logs 30k learned 2020-05-19 15:25:52 +02:00
logs-arch working 2020-05-13 09:32:58 +02:00
models Dawid Projekt 2020-05-13 10:26:53 +02:00
Resources Raport edit 2020-04-07 22:32:01 +02:00
trained_models 30k learned 2020-05-19 15:25:52 +02:00
Tree little fix 2020-05-19 15:09:23 +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 styling 2020-05-05 03:05:15 +02:00
dawid_korybalski_raport.md Dawid Projekt 2020-05-13 10:26:53 +02:00
dawid.py Dawid Projekt 2020-05-13 10:26:53 +02:00
dql_runner.py 30k learned 2020-05-19 15:25:52 +02:00
environment.md Raport edit 2020-04-07 22:32:01 +02:00
finalized_model.sav Dawid Projekt 2020-05-13 10:26:53 +02:00
helpler.py pylint styling 2020-05-05 02:33:28 +02:00
Maciej_Scigacz_raport.md edit report 2020-05-19 19:10:48 +02:00
main.py 30k learned 2020-05-19 15:25:52 +02:00
Makefile model 2020-04-18 18:55:37 +02:00
milion_tests.png Dawid Projekt 2020-05-13 10:26:53 +02:00
model_testowy_dla_40k.png Dawid Projekt 2020-05-13 10:26:53 +02:00
raport-dql.md working 2020-05-13 09:32:58 +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
Xlearn.txt new_report 2020-05-18 18:41:01 +02:00
Ylearn.txt new_report 2020-05-18 18:41:01 +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