-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Isaac Orbit loaders and wrappers files to Isaac Lab
- Loading branch information
Showing
8 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
from skrl.envs.loaders.jax.bidexhands_envs import load_bidexhands_env | ||
from skrl.envs.loaders.jax.isaac_orbit_envs import load_isaac_orbit_env | ||
from skrl.envs.loaders.jax.isaacgym_envs import ( | ||
load_isaacgym_env_preview2, | ||
load_isaacgym_env_preview3, | ||
load_isaacgym_env_preview4 | ||
) | ||
from skrl.envs.loaders.jax.isaaclab_envs import load_isaac_orbit_env | ||
from skrl.envs.loaders.jax.omniverse_isaacgym_envs import load_omniverse_isaacgym_env |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
from skrl.envs.loaders.torch.bidexhands_envs import load_bidexhands_env | ||
from skrl.envs.loaders.torch.isaac_orbit_envs import load_isaac_orbit_env | ||
from skrl.envs.loaders.torch.isaacgym_envs import ( | ||
load_isaacgym_env_preview2, | ||
load_isaacgym_env_preview3, | ||
load_isaacgym_env_preview4 | ||
) | ||
from skrl.envs.loaders.torch.isaaclab_envs import load_isaac_orbit_env | ||
from skrl.envs.loaders.torch.omniverse_isaacgym_envs import load_omniverse_isaacgym_env |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.