/MinimaxQ-Learning

Applying minimaxQ learning algorithm to 2 agents games

Primary LanguagePython

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...