We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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
The text was updated successfully, but these errors were encountered:
ernestum
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: