Lux-AI-Challenge / Lux-Design-S1

Home to the design and engine of the @Lux-AI-Challenge Season 1, hosted on @kaggle
https://lux-ai.org/
Apache License 2.0
897 stars 152 forks source link

Send agent final turn updates before game ends #91

Closed StoneT2000 closed 2 years ago

StoneT2000 commented 2 years ago

Kaggle environments will need this as they need the updated state (and use the updates sent to agents to update the state) to get the correct rewards and decide win/lose.

StoneT2000 commented 2 years ago

Also add a python test for this in the kaggle envs probably?