You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In order to prevent the model from learning identity tactics, I would suggest to filter out every outcome
o
such thatlen(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.
The text was updated successfully, but these errors were encountered: