Pretty print and find revertible Matches
Matches
-
Added pretty print to matches (static method
print_match()
) -
Added method to find matches eligible to be reverted in favor of the player under Class Player (
get_matches_revertible()
andprint_matches_revertible()
)
Minor updates
- Standardized Player and Match ids as np.int64 type