Added explaination for entities.Void
This commit is contained in:
parent
b0aeb94cd7
commit
519c57bb64
@ -195,6 +195,7 @@ class TimeoutReward(OnceReward):
|
|||||||
self.env.timers.append((self.timeout, self.set_avaible, True))
|
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():
|
class Void():
|
||||||
def __init__(self, env):
|
def __init__(self, env):
|
||||||
self.col = (50, 50, 50)
|
self.col = (50, 50, 50)
|
||||||
|
Loading…
Reference in New Issue
Block a user