mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-07 00:11:46 +00:00
Moved doom to gym_doom (#319)
This commit is contained in:
committed by
Greg Brockman
parent
3d29fb541b
commit
4b9984c00e
@@ -33,8 +33,8 @@ def create_rollout(spec):
|
||||
Returns a bool which indicates whether the new rollout was added to the json file.
|
||||
|
||||
"""
|
||||
# Skip platform-dependent Doom environments
|
||||
if should_skip_env_spec_for_tests(spec) or 'Doom' in spec.id:
|
||||
# Skip platform-dependent
|
||||
if should_skip_env_spec_for_tests(spec):
|
||||
logger.warn("Skipping tests for {}".format(spec.id))
|
||||
return False
|
||||
|
||||
|
Reference in New Issue
Block a user