This commit is contained in:
Wojciech Kubicki 2024-06-10 15:38:10 +02:00
commit b761c83ee3
1 changed files with 2 additions and 4 deletions

View File

@ -8,6 +8,8 @@ Wymagane biblioteki do pobrania:
pip install pygame
pip install python-dotenv
pip install pytholog
pip install torch
pip install sklearn
```
Stwórz plik `.env` w głównym folderze projektu o poniższej treści:
@ -25,10 +27,6 @@ STARTING_DIRECTION = north
START_X = 0
START_Y = 0
# coordinates of destination tile
FINAL_X = 15
FINAL_Y = 15
# tiles without plants modifier
FREE_TILES = 2
```