Skip to content

Commit

Permalink
added svb to environment types
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed Oct 25, 2022
1 parent b2d1518 commit a19aab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/env_constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
'BipedalWalker-v3': 'gym',
'CarRacing-v2': 'gym',
'LunarLander-v2': 'gym',
'SimplePointBot': 'safe'
'SimplePointBot': 'safe',
'SimpleVelocityBot': 'safe'
}

class ExtendedTimeStep(NamedTuple):
Expand Down

0 comments on commit a19aab8

Please sign in to comment.