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

CityTile.get_tile_id returns unevaluated variable #105

Closed Willyam42 closed 2 years ago

Willyam42 commented 2 years ago

returns '{self.cityid}{self.pos.x}_{self.pos.y}' should return something like 'c_2_9_2' seems like curly braces are duplicated

Willyam42 commented 2 years ago

closed by PR #106