Update env.py
Browse files
env.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gymnasium as gym
|
| 2 |
-
from envhub.
|
| 3 |
from envhub.registry import register_env
|
| 4 |
|
| 5 |
# MiniWoB imports
|
|
|
|
| 1 |
import gymnasium as gym
|
| 2 |
+
from envhub.core.base_env import EnvHubEnv
|
| 3 |
from envhub.registry import register_env
|
| 4 |
|
| 5 |
# MiniWoB imports
|