Minimax Q Learning Sample.
In this code, minimax q learners solves stateless zero sum game.
After you executed this sample code,
this code plots the graph of policy of each agents.
1.Clone this repository
git clone https://github.com/tocom242242/minimax_q.git
2.Run this sample,
python run.py