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

Fix important game bug for worker limit. #53

Closed glmcdona closed 3 years ago

glmcdona commented 3 years ago

Fixes a bug where unit cap limit was calculated based on number of cities, instead of city tiles. This means tons more workers will be used now.