Open jerry871002 opened 1 year ago
In BaseballGame, the show() method requires a parameter (actions), which is weird because show() should print the state of the game at the moment and not a way to test the agent-opponent action combination.
BaseballGame
show()
actions
In
BaseballGame
, theshow()
method requires a parameter (actions
), which is weird becauseshow()
should print the state of the game at the moment and not a way to test the agent-opponent action combination.