From 6095ca6fecf8587a20fbb83c347b0478fc585df5 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 19 Jan 2023 12:42:59 +0100 Subject: [PATCH] Ignore this commit, ugly hack for rlProject --- columbus/env.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/columbus/env.py b/columbus/env.py index edb70e2..aff4228 100644 --- a/columbus/env.py +++ b/columbus/env.py @@ -95,6 +95,8 @@ class ColumbusEnv(gym.Env): self._init = False + self.is_columbus_env = True + @property def observation_space(self): if not self._init: