Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 647 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 647 Bytes

Reinforcement Learning

Reinforcement Learning Projekt zum bekannten "Snake Spiel".

Dependencies:

Um das Programm auszuführen muss man folgende Schritte befolgen:

Schritt 1

mit git das Projekt auf den Rechner ziehen: git clone https://github.com/MINT-EC-KI-Cluster/snake-rl

Schritt 2

die oben genannten dependencies runterladen
pip install pytorch - sollte auch numpy beinhalten. Wenn nicht -> pip install numpy
pip install pygame

Schritt 3

Die agent.py Datei ausführen und Spaß haben :D