Skip to content

pdr24/train-your-ai-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrainYourSnakeAI

Description

An application that allows the user to train their own AI to play the game snake. This project is part of a research project at UTSA to help increase AI education and AI literacy among middle schoolers.
Authors: Cesar Hinojosa, Pragathi Durga Rajarajan, and Dr. Priyanka Kumar

Running Instructions

Linux:

- clone the repository
- create a python virtual environment inside the project directory: $ python -m venv venv
- $ pip install -r dependencies.txt
- run the app: $ python main.py

Windows:

- clone the repository
- create a python virtual environment inside the project directory: $ python -m venv venv
- $ pip install -r dependencies.txt
- add "allow_unsafe_werkzeug=True" to run() inside main.py
- install aka.ms/vs/16/release/vc_redist.x64.exe (type url into web browser to install)
- run the app: $ python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published