mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-17 20:39:12 +00:00
minor fixes to rollout generation
This commit is contained in:
@@ -9,7 +9,7 @@ import argparse
|
||||
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')
|
||||
|
Reference in New Issue
Block a user