Skip to content

pagarsky/game-of-tag-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of tag AI

Installation

1. Install Unity (2019.422f1 tested) and Python (3.9.2 tested).

(Optional) Create and activate python virtual environment:

$ python3 -m venv ./venv/

2. Install dependencies.

This project heavily(almost completely) depends on Unity ML-Agents so refer to this installation guide to install ML Agents Unity package. Python packages are also there, but for convenience you can use requirements.txt:

(venv) $ pip3 install -r requirements.txt

3. Usage (TBD)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages