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

[Feature Request] Example agent for agents that process whole turns instead of single unit actions #80

Open glmcdona opened 2 years ago

glmcdona commented 2 years ago

TODO: Add an example agent that takes the game state, and returns a list of actions for all units for their team. Bonus if the example implements something like custom RL.