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

Feature/mujoco #279

Merged
merged 5 commits into from
Dec 8, 2023
Merged

Feature/mujoco #279

merged 5 commits into from
Dec 8, 2023

Conversation

cpnota
Copy link
Owner

@cpnota cpnota commented Dec 7, 2023

At long last! Adds Mujoco environment support. MujocoEnvironment itself is just for convention; it simply subclasses GymEnvironment with no changes. However, because the Mujoco environments output in float64 instead of float32, we need to handle this in our models correctly (we simply convert the inputs to float32 in the first step of our model).

@cpnota cpnota merged commit c390592 into develop Dec 8, 2023
2 checks passed
@cpnota cpnota deleted the feature/mujoco branch March 17, 2024 21:17
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.

None yet

1 participant