From 84699d2824b0b33b95c97b1c1503140bed531dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Miko=C5=82ajczak?= Date: Mon, 10 Jun 2024 15:36:04 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29b984e7..d12a70f4 100644 --- a/README.md +++ b/README.md @@ -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 ```