Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 354 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 354 Bytes

MinimaxQ-Learning

Applying minimaxQ learning algorithm to 2 agents games

Implementation of minimaxQ algorithm as proposed in: https://www.cs.duke.edu/courses/spring07/cps296.3/littman94markov.pdf

Implementation of three games: Soccer, OshiZumo (also known as Alesia), and a biased version of Rock Paper Scissors.

Only console interface for games...