zero-sum topic
List
zero-sum repositories
gym-continuousDoubleAuction
135
Stars
32
Forks
Watchers
A custom MARL (multi-agent reinforcement learning) environment where multiple agents trade against one another (self-play) in a zero-sum continuous double auction. Ray [RLlib] is used for training.
expectiminimax-backgammon
22
Stars
6
Forks
Watchers
A 2D JavaFX implementation of one of the most popular and old board games. The AI player's moves are calculated using the expectiminimax algorithm.