Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 674 Bytes

Maze-v0

Maze game is a video game genre description first used by journalists during the 1980s to describe any game in which the entire playing field is a maze.

Reinforcement learning algorithms

  • Q-learning (off-policy, model-free)

Demo video

https://www.youtube.com/watch?v=zUdLT6a6ivU

Requirements

How to install the packages

You can install the required Python packages using the following command:

  • pipenv sync

How to train the agent

You can train the agent using the following command:

  • pipenv run python maze_v0_ql.py