markov-games
There are 5 repositories under markov-games topic.
Limmen/csle
A research platform to develop automated security policies using quantitative methods, e.g., optimal control, computational game theory, reinforcement learning, optimization, evolutionary methods, and causal inference.
fjia30/MarkovSoccerGame
Implementing different learning algorithms and analyzing their performance in a Markov game model called the Soccer Game
MuvvalaKaran/CoRL
Correct-by-synthesis reinforcement learning with temporal logic constraints (CoRL)
nihalsoans91/Multi-Agent-Alternating-Turn-Board-and-Card-Games
Board-and-card games are those which involve higher level of uncertainty as it includes the probability of getting the right card and the moves made by other players. We look to model such games as Markov Games and find an optimal policy through the Minimax – Q algorithm. This will also be a test for the Minimax – Q algorithm to check how it performs in a situation with multiple goal states.