Using AlphaZero to train an agent to play Connect-4 game.
The code requires the following dependencies to run
- pytorch
- tqdm
- tensorboardX
To run the training code use the following commands
git clone https://github.com/abhi1625/ENPM690_HW4.git
cd ENPM690_HW4/
python3 -W ignore main.py