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
reset_stack() method doesn't appear to be referenced
self.betting defined in player.py appear to be redundant (it's only ever set to False), but care needs to be taken if removed as it's used in player_features[], so removing it will change the indexes of the list, which may be used elsewhere.
The text was updated successfully, but these errors were encountered:
I'm using reset_stack() to reset stacks after every episode of training. As you can see from the name, it does not have underscore before it - thus it is public.
reset_stack() method doesn't appear to be referenced
self.betting defined in player.py appear to be redundant (it's only ever set to False), but care needs to be taken if removed as it's used in player_features[], so removing it will change the indexes of the list, which may be used elsewhere.
The text was updated successfully, but these errors were encountered: