Skip to content

Trying to create a battle simulator based on the game Super Auto Pets to feed a neural network machine later on

Notifications You must be signed in to change notification settings

eruds/sap_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 How to Run

  1. Install virtualenv if you haven't
pip install virtualenv
  1. Create virtualenv
virtualenv venv
  1. Activate the created virtualenv
source venv/Scripts/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run
run.bat
or with gitbash
cmd "/C run.bat"

About

Trying to create a battle simulator based on the game Super Auto Pets to feed a neural network machine later on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published