generated from mwc/lab_tic_tac_toe
done
This commit is contained in:
7
notes.md
7
notes.md
@@ -33,3 +33,10 @@ You can get the inital game state using game.get_initial_state().
|
||||
What is the current and future reward for this state? What does this mean?
|
||||
|
||||
|
||||
TTTGame checks to see if the game is over with the is_over method using board_is_full and check_winner.
|
||||
|
||||
TTTGame checks to see what game actions are avalable with the get_actions method.
|
||||
|
||||
TTTView prints board in method get_action with the method print_board.
|
||||
|
||||
TTTHumanPlayer chooses the next action with the choose_action method.
|
||||
|
||||
Reference in New Issue
Block a user