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

Make the loader filter out identity tactic executions #9

Open
LasseBlaauwbroek opened this issue Jun 22, 2022 · 0 comments
Open

Make the loader filter out identity tactic executions #9

LasseBlaauwbroek opened this issue Jun 22, 2022 · 0 comments

Comments

@LasseBlaauwbroek
Copy link
Collaborator

LasseBlaauwbroek commented Jun 22, 2022

In order to prevent the model from learning identity tactics, I would suggest to filter out every outcome o such that len(o.after) == 1 and o.before.id == o.after[0].id.

This should help with both the regular models and Vasily's new hash model.

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

No branches or pull requests

1 participant