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

Create testmaps.json #68

Closed StoneT2000 closed 2 years ago

StoneT2000 commented 2 years ago

Adds test maps using seeds 10000 to 10099 in a JSON file where each map is keyed by its ID. Each map is a list of a list of cell objects. Each cell is defined as

{
  resource: null | {amount: number, type: string},
  citytile: boolean
}

generated maps should match these in the json