Add default observation type

This commit is contained in:
Marek Wolan
2023-05-31 10:51:29 +01:00
parent 317549225f
commit 3d4053b56a

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: