Autonomus agent demonstrating the fundamental concepts behind AI.
Go to file
Adam Mikolajczak a6f51420e1 feat: tractor goes on the tile clicked by user. 2024-06-09 11:11:29 +02:00
.idea added training photos and the training code 2024-05-25 22:28:58 +02:00
.vscode code cleaning 2024-06-09 09:14:40 +02:00
src feat: tractor goes on the tile clicked by user. 2024-06-09 11:11:29 +02:00
.gitignore chore: add '.env' file to gitignore 2024-03-11 01:58:06 +01:00
README.md feat: enable setting starting coords and direction from .env 2024-04-29 15:32:52 +02:00

README.md

🚜 Inteligentny Traktor

🛠️ Konfiguracja

Wymagane biblioteki do pobrania:

pip install pygame
pip install python-dotenv
pip install pytholog

Stwórz plik .env w głównym folderze projektu o poniższej treści:

# window size
TILE_SIZE = 32

# game speed
TICK_RATE = 10

STARTING_DIRECTION = north

# coordinates of initial tile
START_X = 0
START_Y = 0

# coordinates of destination tile
FINAL_X = 15
FINAL_Y = 15

# tiles without plants modifier
FREE_TILES = 2

Uruchom środowisko używając komend:

cd src
python main.py

🧑‍🌾 Członkowie grupy

  • Wojciech Kubicki (483780)
  • Adam Mikołajczak (481890)
  • Zofia Lorenc (481886)
  • Hubert Westerlich (481860)