-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
[Question] Gym and stable baselines compatible issue #3285
Comments
|
So what would the appropriate Gym version be for it? Because when i change
it 0.26, i get the seed issue.
…On Mon, Sep 9, 2024, 3:34 AM Mark Towers ***@***.***> wrote:
Sequence was added in v0.26 therefore won't work with v0.21
—
Reply to this email directly, view it on GitHub
<#3285 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEMF2JXHMLIGB26F427YVITZVVMQ3AVCNFSM6AAAAABN3XEKUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZXGQ3TGNRVGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
AbhayGoyal
changed the title
[Question]
[Question] Gym and stable baselines compatible issue
Sep 9, 2024
If i convert to gym version 0.26. I get this error
The rest of the code is same as before |
I'm guessing that you will need to update your sb3 version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using gym 0.21.0 and stable baslines master 2.4.0a8.
The error i am facing is
My code is
where MineEnv() is my custom Environment based on gym Env
The text was updated successfully, but these errors were encountered: