colosseumrl.data_model module¶
Data types that will be used by the Spacetime backend.
-
colosseumrl.data_model.Observation(observation_names: List[str])[source]¶ Creates a proper player class with the attributes necessary to transfer the observations.
-
class
colosseumrl.data_model.Player(name, auth_key: str = '')[source]¶ Bases:
object-
property
acknowledges_game_over¶
-
property
action¶
-
property
authentication_key¶
-
property
name¶
-
property
number¶
-
property
observation_port¶
-
property
pid¶
-
property
ready_for_action_to_be_taken¶
-
property
ready_for_start¶
-
property
reward_from_last_turn¶
-
property
turn¶
-
property
winner¶
-
property