zero-sum
There are 14 repositories under zero-sum topic.
ChuaCheowHuan/gym-continuousDoubleAuction
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.
DanijelAskov/expectiminimax-backgammon
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.
cdbfoster/zero_sum
An analysis library for zero-sum games, written in Rust
esalonico/seminar-learning-in-games-ss23
Demonstration of the concept of convergence for the Fictitious Play algorithm, simulating a simple zero-sum game over multiple iterations.
gjoncas/Xenakis
Simulating the game theory behind Linaia-Agon by Iannis Xenakis
mohammad-nili/influence_in_advice_giving
Psychopy implementation of the article : "Neural computations underpinning the strategic management of influence in advice giving" by Uri Hertz & BB
anamitro/d-r-bounds
While working on my joint paper 'Davenport constant for finite abelian groups with higher rank' (arXiv:2402.09999 [math.NT]) with Dr. Eshita Mazumdar, I used these R programs to get an idea initially how our calculated bounds for the r-wise Davenport constant were behaving as we considered more complicated and bigger group structures.
dpotter895/TheFinalBudget
Zero Sum Budgeting Software
Haydart/ReversiAI
Desktop Reversi game made in Kotlin and Swing. The project focuses on implementing and exploring AI algorithms for zero-sum games, including MinMax, Alpha-Beta pruning, and various heuristics.
jggnice/Favor
my favorite projects
maxschmittlaurin/unbeatable-tic-tac-toe
A tic tac toe game with an AI that you just can't beat
rhgrant10/zerosum
Framework, boilerplate, and examples for zerosum algorithms like minimax.
SecureSheII/Connect-4
A minimax algorithm to solve a two-player connection board game
shehio/Optimization-Applications
Some applications of optimization using linear, binary, and integer programming.