Written by Ben Harris
- Create Historical CallBacks using two Data Files included.
- Build Predictive model using XGBoost(OvertimeAnalysis.ipynb). Export model to c using https://treelite.readthedocs.io/en/latest/. This is necessary due to the slow predictions of native XGBoost.
- Git Clone MuZero (https://github.com/werner-duvaud/muzero-general)
- Install Dependencies.
- Move overtime1D.py to games folder.
- Move Overtime.ipnyb to root folder.
- Run Overtime.ipnyb
- Start Tensorboard in the root folder to Watch.
- Initial results show at least a $50k improvement over random number generator.
Please view references within code.