Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Discussion] Support mix of hardcoded and RL logic #79

Closed
glmcdona opened this issue Sep 24, 2021 · 1 comment · Fixed by #85
Closed

[Discussion] Support mix of hardcoded and RL logic #79

glmcdona opened this issue Sep 24, 2021 · 1 comment · Fixed by #85

Comments

@glmcdona
Copy link
Owner

Just noting here, that the winning imitation learning solution only applies actions to Units, not CityTiles:
https://www.kaggle.com/shoheiazuma/lux-ai-with-imitation-learning

The cities have hardcoded actions of building workers if possible, otherwise research. Adding support for this would approximately reduce the number of action decisions by ~33%, and reduce the number of actions by a couple.

Suggest we add more agent callbacks for hardcoded logic to apply that can give units actions without creating an observation. Thoughts? I think we can make it backwards compatible.

@royerk
Copy link
Contributor

royerk commented Sep 24, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants