blackjack#
Classes#
- class prt_sim.jhu.blackjack.Blackjack[source]#
Blackjack simulation class
- execute_action(action: int) Tuple[int, float, bool][source]#
Executes the agent’s action and steps the simulation.
- get_number_of_actions() int[source]#
Returns the number of actions in the environment.
- Returns:
number of actions
- Return type:
- get_number_of_states() int[source]#
Returns the number of states in the environment.
- Returns:
number of states
- Return type:
- render()#
Renders the environment