We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2496ac1 commit 78994c7Copy full SHA for 78994c7
mani_skill/vector/wrappers/gymnasium.py
@@ -10,6 +10,7 @@
10
from mani_skill.utils.structs.types import Array
11
12
if TYPE_CHECKING:
13
+ from gymnasium import Env
14
from mani_skill.envs.sapien_env import BaseEnv
15
16
@@ -35,7 +36,7 @@ class ManiSkillVectorEnv(VectorEnv):
35
36
37
def __init__(
38
self,
- env: Union[BaseEnv, str],
39
+ env: Union[Env, str],
40
num_envs: int = None,
41
auto_reset: bool = True,
42
ignore_terminations: bool = False,
0 commit comments