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

GameMap.width and GameMap.height stay the same during training #74

Closed nosound2 closed 2 years ago

nosound2 commented 2 years ago

This logic in GameMap results in same values for GameMap.width and GameMap.height for the whole training in my runs. Can you reproduce? Why is it like this? In general, I would try to refrain from modifying config in this code.

glmcdona commented 2 years ago

Great find with this bug. This will make a big difference when fixed to the trained agents!