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

Fix stable-baselines3 notebook for google colab usage (python 3.9) #455

Closed
wants to merge 1 commit into from

Conversation

eruditus-vir
Copy link

Fix installations issues by installing setup-tools and fixing versions for highway-env, stable-baselines3.
Fix version for cloning of the highway-env to tag v1.6 because that's the last version that uses gym and that the record function is correct.
Add suppress warning because dataframe append is deprecated and this will show the warning messsage once.

…ranches are used for util, highway-env, setuptools, and stable-baselines3.

In addition, add suppress warning because dataframe append is deprecated and this will show the warning messsage once.
@eleurent
Copy link
Collaborator

eleurent commented Apr 22, 2023

Hi, thanks for the proposal but

  • these are old versions of both highway-env and SB3, using the old gym
  • the current notebook runs fin with the latest release of highway-env, and the dev version of SB3 using the new gymnasium since this PR was merged last week
  • SB3 will officially support gymnasium in their next release v2.0.0, at which point I'll replace the dev version by their stable release.

@eruditus-vir
Copy link
Author

Hi, no issue, I just made this a month ago and didn't realise that it works now with the dev branch.

@eleurent
Copy link
Collaborator

I see, then thanks again for offering to share it!

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.

2 participants