Add default observation type

This commit is contained in:
Marek Wolan
2023-05-31 10:51:29 +01:00
parent 733025bd53
commit 65f2d6202f

View File

@@ -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: