Skip to content

PneuC/GameAI-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameAI-lesson

Snake

Play game:

python main.py

Use direction keys to control snake move.

Play game with agent:

python main.py --use_agent

WaterPuzzle

This game is a copy version of waterpuzzle from GVGAI 2020 Competition Learning Track.

Play game:

python main.py

Use direction keys to control avater move.

Train a Q-learning agent and use it to play:

python experiment.py

#PCG Tutorial

http://equius.gil.engineering.nyu.edu/index.php image

##Rules

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages