glmcdona / LuxPythonEnvGym

Matching python environment code for Lux AI 2021 Kaggle competition, and a gym interface for RL models.
MIT License
73 stars 38 forks source link

Feature: add arg to resume training from a checkpoint #64

Closed royerk closed 2 years ago

royerk commented 2 years ago

What

New feature. Resume training by passing the path to a checkpoint.


How


Why

You name it: resume training after crash, restart before the training went south...


Test

"it works on my machine"


Notes

glmcdona commented 2 years ago

Thanks for this feature, appreciate it!