theevann / MinimaxQ-Learning

Applying minimaxQ learning algorithm to 2 agents games

Repository from Github https://github.comtheevann/MinimaxQ-LearningRepository from Github https://github.comtheevann/MinimaxQ-Learning

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

About

Applying minimaxQ learning algorithm to 2 agents games


Languages

Language:Python 100.0%