Ignore this commit, ugly hack for rlProject

This commit is contained in:
Dominik Moritz Roth 2023-01-19 12:42:59 +01:00
parent db6cdeed21
commit 6095ca6fec

View File

@ -95,6 +95,8 @@ class ColumbusEnv(gym.Env):
self._init = False self._init = False
self.is_columbus_env = True
@property @property
def observation_space(self): def observation_space(self):
if not self._init: if not self._init: