Skip to content

honoursprojects/18-19-tr1_jostein.dyrseth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Run The Simulation

Make sure you have python 3 installed

make a virtual environment

python -m venv env

activate the environment

. env/bin/activate # Linux/Mac

. env/Script/activate # Windows

install dependencies

pip install -r requirements.txt

run it

ipython snake_game.py

run it in debug mode

ipython -i snake_game.py

inside the script do: c (continue) or n (next) or step (step) or pp locals() to see all variables

c, n, step or pp locals()

About

A Deep Q Network agent in a non-deterministic snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 38.6%
  • Python 35.2%
  • Jupyter Notebook 26.2%