mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
ran ruff check python --fix --unsafe-fixes
This commit is contained in:
@@ -233,7 +233,7 @@ class PersonalizedBot4(Strategy):
|
||||
legal_actions = get_legal_actions(game, player)
|
||||
print(len(legal_actions))
|
||||
|
||||
good_actions = [action for action in self.filter_actions(legal_actions)]
|
||||
good_actions = self.filter_actions(legal_actions)
|
||||
print(len(good_actions))
|
||||
|
||||
print(good_actions)
|
||||
|
||||
Reference in New Issue
Block a user