From a19aab879e513f101bb3555c652cc0f5b5f974ec Mon Sep 17 00:00:00 2001 From: quessy Date: Tue, 25 Oct 2022 10:55:35 +0100 Subject: [PATCH] added svb to environment types --- utils/env_constructor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/env_constructor.py b/utils/env_constructor.py index f4109c7..1f8143c 100644 --- a/utils/env_constructor.py +++ b/utils/env_constructor.py @@ -21,7 +21,8 @@ 'BipedalWalker-v3': 'gym', 'CarRacing-v2': 'gym', 'LunarLander-v2': 'gym', - 'SimplePointBot': 'safe' + 'SimplePointBot': 'safe', + 'SimpleVelocityBot': 'safe' } class ExtendedTimeStep(NamedTuple):