Skip to content

Commit

Permalink
minor fixes to rollout generation
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed May 14, 2017
1 parent 2b01f88 commit 7d3be2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate_json.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import unicode_literals
from gym import envs, spaces
from gym import envs, spaces
import json
import os
import sys
Expand All @@ -9,7 +9,7 @@
import logging
logger = logging.getLogger(__name__)

from gym.envs.tests.test_envs import should_skip_env_spec_for_tests
from gym.envs.tests.spec_list import should_skip_env_spec_for_tests
from gym.envs.tests.test_envs_semantics import generate_rollout_hash, hash_object

DATA_DIR = os.path.join(os.path.dirname(__file__), os.pardir, 'gym', 'envs', 'tests')
Expand Down

0 comments on commit 7d3be2e

Please sign in to comment.