Skip to content

Reinforcement learning framework for web based games

Notifications You must be signed in to change notification settings

Golden-Sharks/SSDU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DE Super-Shark-Dino Undercover

💽 Requirements

This project can run on Windows only (due to direct inputs lock in Linux)

📀 Be aware to have the following requirements installed :

  • Python 3.9
  • pip 23.0.1
  • Python virtual environement
  • Pytorch (optional, can create bugs)
  • Tesseract-OCR in PATH (simple set up steps here)

💾 Installation

1️⃣ Firstly, clone the project :

  • HTTP :
https://github.com/Golden-Sharks/SSDU.git
  • SSH
git@github.com:Golden-Sharks/SSDU.git

2️⃣ Secondly, configure virtual environment :

python3 -m venv .
pip install -r requirements.txt

3️⃣ Finally, configure Tesseract-OCR path in tesseract_path.txt.

✅ Now you can run the project

Releases

No releases published

Packages

No packages published

Languages