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 Request] Game class can output replay files from matches #98

Closed glmcdona closed 2 years ago

glmcdona commented 2 years ago

Update the game class to optionally output replay files for the game. This would be useful in training to save something like 10x matches along with each model saved to better monitor and review training progress. I'm working on this at the moment.