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

Add compability for IsaacGym Preview 4 #20

Closed
wants to merge 1 commit into from

Conversation

juhannc
Copy link
Contributor

@juhannc juhannc commented Jul 11, 2022

Since IsaacGym Preview 4, IsaacGymEnvs requires three additional parameters.
Two (rl_device and force_render) of these where already present in the configuration file read by hydra.
The last one, virtual_screen_capture, is now passed through and appended to the config.

Lastly, the OmegaConfs are also predefined by the newest version.
Thus, they are now replaced to keep backwards compatibility.
An alternative would be to try setting them and catch the error.
However, best practice would be trying each one separately.

Since IsaacGym Preview 4, IsaacGymenvs requires three additional
parameters.
Two (rl_device and force_render) of these wherer already present
in the configuration file read by hydra.
The last one, virtual_screen_capture, is now passed through
and appended to the config.
Lastly, the OmegaConfs are also predefined by the newest version.
Thus, they are now replaced to keep backwards compability.
An alternative would be to try setting them and catch the error.
However, best practice would be trying each one seperatly.
@juhannc
Copy link
Contributor Author

juhannc commented Jul 11, 2022

Already implemented in the develop branch…

@juhannc juhannc closed this Jul 11, 2022
@juhannc juhannc deleted the isaac_gym_preview_4 branch July 11, 2022 15:57
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

Successfully merging this pull request may close these issues.

1 participant