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
Refactored games to generalise & add asymmetric games (#1413)
* Added asymmetric games and made regular games a subclass
* small improvements to code style
* fixing docs mock...
* Revert "fixing docs mock..."
This reverts commit 09fb251.
* used IntEnum to simplify
* small improvements & a fix
* added asymmetric games to docs
* added werror if invalid payoff matrices are given
* removed .item()
* changed dbs.action_to_int to use IntEnum behaviour
* Revert "changed dbs.action_to_int to use IntEnum behaviour"
This reverts commit bb6171c.
* made library code more robust wrt integer actions
* all strategies now work with integer actions
* added tests and fixed __eq__
* improved coverage
* changed Action back to Enum and added casting to score
* added casting test
* removed numpy mocking
* changed doc due to doctests being picky
* re-fixed doctest examples
* review changes
* Added tutorial for implementing new games
* fixed formatting
* made doctests work
0 commit comments