Skip to content

Commit

Permalink
Remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Dec 7, 2022
1 parent c306863 commit d8db003
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions smarts/env/tests/test_rllib_hiway_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,10 @@
import numpy as np
import pytest

# Make sure to install rllib dependencies using the command "pip install -e .[test]" before running the test
import ray
from ray import tune
from ray.rllib.models import ModelCatalog
from ray.rllib.models.tf.fcnet import FullyConnectedNetwork

from smarts import sstudio
from smarts.core.agent_interface import AgentInterface, AgentType
from smarts.core.utils.file import make_dir_in_smarts_log_dir
from smarts.env.rllib_hiway_env import RLlibHiWayEnv
from smarts.zoo.agent_spec import AgentSpec

from . import Trainable

AGENT_ID = "Agent-007"
INFO_EXTRA_KEY = "__test_extra__"

Expand Down

0 comments on commit d8db003

Please sign in to comment.