diff --git a/columbus/entities.py b/columbus/entities.py index 4ec910e..34de1ac 100644 --- a/columbus/entities.py +++ b/columbus/entities.py @@ -195,6 +195,7 @@ class TimeoutReward(OnceReward): self.env.timers.append((self.timeout, self.set_avaible, True)) +# Not a real entity. Is used in the config of RayObserver to reference the outer boundary of the environment. class Void(): def __init__(self, env): self.col = (50, 50, 50)