# MinimaxQ-Learning **Repository Path**: zlf10086/MinimaxQ-Learning ## Basic Information - **Project Name**: MinimaxQ-Learning - **Description**: MiniMax-Q - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-22 - **Last Updated**: 2022-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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...