mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-06 00:03:28 +00:00
Fix import
This commit is contained in:
parent
2c34a4d694
commit
62bde9a970
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import gym
|
|||
from gym import spaces
|
||||
import numpy as np
|
||||
|
||||
from stable_baselines.common.vec_env import DummyVecEnv, VecCheckNan
|
||||
from stable_baselines3.common.vec_env import DummyVecEnv, VecCheckNan
|
||||
|
||||
|
||||
def _enforce_array_obs(observation_space: spaces.Space) -> bool:
|
||||
|
|
|
|||
Loading…
Reference in a new issue