markov-games

There are 5 repositories under markov-games topic.

  • csle

    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.

    Language:Python122610421
  • fjia30/MarkovSoccerGame

    Implementing different learning algorithms and analyzing their performance in a Markov game model called the Soccer Game

    Language:Python23026
  • MuvvalaKaran/CoRL

    Correct-by-synthesis reinforcement learning with temporal logic constraints (CoRL)

    Language:C5200
  • 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.

    Language:Python3101