Implementation of TD-Gammon in TensorFlow.
Working Fork of https://github.com/fomorians/td-gammon.git
- Install TensorFlow.
- Clone the repo
- Run training:
python main.py
To play against a trained model: python main.py --play --restore
Implementation of TD-Gammon in TensorFlow.
Working Fork of https://github.com/fomorians/td-gammon.git
python main.py
To play against a trained model: python main.py --play --restore