update scripts, preload h5py to fix windows bug when using GUI.
This commit is contained in:
@@ -14,8 +14,9 @@ import argparse
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Preload tensordict's native extension before isaacsim/Kit modules are imported
|
# Preload native extensions before isaacsim/Kit modules are imported to avoid
|
||||||
# to avoid a Windows access violation when RSL-RL imports it later.
|
# Windows DLL loader conflicts when Isaac Lab/RSL-RL import them later.
|
||||||
|
import h5py # noqa: F401
|
||||||
import tensordict # noqa: F401
|
import tensordict # noqa: F401
|
||||||
|
|
||||||
from isaaclab.app import AppLauncher
|
from isaaclab.app import AppLauncher
|
||||||
|
|||||||
@@ -14,8 +14,9 @@ import argparse
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Preload tensordict's native extension before isaacsim/Kit modules are imported
|
# Preload native extensions before isaacsim/Kit modules are imported to avoid
|
||||||
# to avoid a Windows access violation when RSL-RL imports it later.
|
# Windows DLL loader conflicts when Isaac Lab/RSL-RL import them later.
|
||||||
|
import h5py # noqa: F401
|
||||||
import tensordict # noqa: F401
|
import tensordict # noqa: F401
|
||||||
|
|
||||||
from isaaclab.app import AppLauncher
|
from isaaclab.app import AppLauncher
|
||||||
|
|||||||
Reference in New Issue
Block a user