diff --git a/src/primaite/environment/primaite_env.py b/src/primaite/environment/primaite_env.py index 7f102bd4..f57b274d 100644 --- a/src/primaite/environment/primaite_env.py +++ b/src/primaite/environment/primaite_env.py @@ -149,8 +149,8 @@ class Primaite(Env): # The action type self.action_type = 0 - # Observation type. - self.observation_type = 0 + # Observation type, by default box. + self.observation_type = ObservationType.BOX # Open the config file and build the environment laydown try: