Nash Q Learning sample.
The nash q learners solves stateless two-player zero-sum game.
To compute nash strategy, this code uses nashpy.
To run sample code, you must install nashpy.
If you haven't installed nashpy, you can install using following command
pip install nashpy
git clone https://github.com/tocom242242/nash_q_learning.git
cd nash_q_learning
To run sample code
python run_matrix_game.py
After two-player zero-sum is finished, the program plots result.