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

Writing map state to a replay #20

Closed StoneT2000 closed 3 years ago

StoneT2000 commented 3 years ago

Just remembered due to how the visualizer is setup, it will require the initial map state (the only thing that is based on seed)

Adding this issue so I remember to have the visualizer parse the initial map first.

This write map state will also be necessary for some basic tests to compare outputs of matches

glmcdona commented 3 years ago

Good find. Yeah, that will be an issue meaning we can't render replays in your nice visualizer unless we fix that map generation random generation seed issue.

StoneT2000 commented 3 years ago

Oh I'm saying I can have the visualizer actually just read in an initial map state instead ( I can add this)