You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of GymLikeEnv._step(...) is incompatible with IsaacLab environments due to the conversion to numpy when IsaacLab expects a torch tensor:
yu-fz
changed the title
[Feature Request] Make GymLikeEnv compatible with IsaacLab
[Feature Request] Make GymLikeEnv compatible with IsaacLab Envs
Aug 6, 2024
Motivation
The current implementation of
GymLikeEnv._step(...)
is incompatible with IsaacLab environments due to the conversion to numpy when IsaacLab expects a torch tensor:Solution
Perhaps we can add a config parameter to
GymLikeEnv
to specify if the underlying environment uses eithernp.ndarray
ortorch.tensor
types.Checklist
The text was updated successfully, but these errors were encountered: