Skip to content

Commit

Permalink
Refactor imports in sb3_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Mar 6, 2024
1 parent 43aa423 commit 226e53d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/sb3_test.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import os

from stable_baselines3.ppo.ppo import PPO
from robot_sf.robot_env import RobotEnv
from robot_sf.feature_extractor import DynamicsExtractor

from stable_baselines3 import PPO
from stable_baselines3.common.env_util import make_vec_env
from stable_baselines3.common.vec_env import SubprocVecEnv

from robot_sf.robot_env import RobotEnv
from robot_sf.feature_extractor import DynamicsExtractor


def test_can_load_model_snapshot():
Expand Down

0 comments on commit 226e53d

Please sign in to comment.