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

Update 8a_train_sqil_sac.ipynb to remove MuJoCo dependency #798

Closed
AdamGleave opened this issue Oct 4, 2023 · 0 comments · Fixed by #800
Closed

Update 8a_train_sqil_sac.ipynb to remove MuJoCo dependency #798

AdamGleave opened this issue Oct 4, 2023 · 0 comments · Fixed by #800
Assignees
Labels
bug Something isn't working

Comments

@AdamGleave
Copy link
Member

Bug description

We decided against depending on MuJoCo in CI, but https://github.com/HumanCompatibleAI/imitation/blob/8db6bfb0cfd533f6418e662890499670bd6b010b/docs/tutorials/8a_train_sqil_sac.ipynb has introduced this dependency into our test suite.

Steps to reproduce

Observe tutorial uses HalfCheetah which is a MuJoCo environment.

Suggested resolution: replace with an environment that is native Gymnasium, like [MountainCarContinuous](https://gymnasium.farama.org/environments/classic_control/mountain_car_continuous/] or Pendulum

@AdamGleave AdamGleave added the bug Something isn't working label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants