Moved doom to gym_doom (#319)

This commit is contained in:
Philip Paquette
2016-08-24 11:24:10 -04:00
committed by Greg Brockman
parent 3d29fb541b
commit 4b9984c00e
28 changed files with 3 additions and 2046 deletions

View File

@@ -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