Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'skrl.envs.wrappers' #110

Closed
sesem738 opened this issue Aug 15, 2023 · 1 comment
Closed

ModuleNotFoundError: No module named 'skrl.envs.wrappers' #110

sesem738 opened this issue Aug 15, 2023 · 1 comment

Comments

@sesem738
Copy link

Hello,

I tried running on of the examples of Isaac Gym and I receive this error. from skrl.envs.wrappers.torch import wrap_envModuleNotFoundError: No module named 'skrl.envs.wrappers'. I check the repo and it looks like wrap_env doesn't exist there anymore.

@Toni-SM
Copy link
Owner

Toni-SM commented Aug 16, 2023

Hi @sesem738

Using from skrl.envs.wrappers.torch import wrap_env or from skrl.envs.wrappers.jax import wrap_env is only available in skrl>=1.0.0rc2. (https://github.com/Toni-SM/skrl/blob/main/CHANGELOG.md#100-rc2---2023-08-11)

You can install this pre-release version using the following command.

pip install --pre skrl==1.0.0rc2

I am planning to release v1.0.0 today Already released

@Toni-SM Toni-SM closed this as completed Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants