Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add Gym 0.26 support #780
Add Gym 0.26 support #780
Changes from 80 commits
ee71299
65343f5
4d794f3
513ed08
861b612
2277012
e5195a0
435f5fb
f64346a
9efc37b
daaa84c
e62edde
9a41c51
41f260b
9c73732
110be78
dc9c645
e1c6e1b
29bd222
b1730f4
3297091
00e7946
ecf02ce
f0e1ccb
a116a1a
8780919
e0db1ed
ff44a2f
c2ab5cd
cb50e9e
de3f086
1980db2
85087bc
776217a
fa40152
90adf8f
d0300c8
25136d7
ec9d50f
0f240fa
a6766bd
3087d58
7629016
7bb643b
706f072
af8e51b
77d188f
68cec40
0072b77
07a85b8
d755cc6
99b91eb
1d7da08
f205865
cf7e438
3d6f28a
626db1d
f864501
3af1488
5fa3cd9
e79148b
ebf73d6
1ad5f78
3f0b531
2fc09f7
b27e555
c1e01c9
78ef1e4
c4bf066
ed0f79e
ee52936
5d3b07f
99d2155
a0d5c79
75fd27e
8c65748
0874da1
26ceefc
a8c579a
6ed3079
0851440
95bb4d6
c4517f2
9ac7592
d2e6873
969c1cf
2fcd072
dd67a20
ae04b20
9ae6fa2
056454b
f9bbb29
29dffed
cf565d9
ed191b0
04aa926
734e19f
9ad927b
3ca1b73
0f5374f
9cf2c3d
3320e78
1596ea4
b4b911c
008fdce
93bd988
c9a29b9
720317f
53da2d0
8675011
db81278
54fb37e
96793b9
e30c117
07ca271
acd0420
c0a6a18
b954703
870139c
bc5335f
c718106
11cf07f
9d91ea3
3f75a8a
08a4712
93c86f2
d35cfad
6251fdc
be998e8
d24d30d
6b80c93
c09fa74
480a793
e03b885
e4248df
16bb26b
1f8ccbe
f4e978a
408e9c2
f98903a
046c12b
595be86
29086a5
254107a
6103962
fbaa8ac
20faf11
01831b6
3780476
085b4c8
6a3f45d
c645d49
3cf4d00
3f6413d
ff609ad
99589ce
cf75cdc
3611f2c
b428a27
d98dc9e
5c32861
6eaecd2
cd28666
4f796a0
669ef02
c9430ec
546928c
8462dbb
205b987
1946082
7460782
0431c7a
e5575d8
c951311
b787d98
85bb0d4
ba5827e
afa1c73
f03fd75
40048ba
75217fa
cff332c
6da9b39
06ad5a8
93c10cf
c5a5d73
51ffad2
00b9bbb
8a149f4
b82cacd
07d2171
d0f5e8a
d5c79b0
e91b436
5ec7e39
986e6c0
2be728d
331853a
68861b6
9f0d5d8
6617e6e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: remove or update to gymnasium later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pygame
is not used directly, but I assume it is listed, because some environments from gym(nasium) usepygame
for rendering. Nevertheless, imho I think it is the responsibility of the environment to install all of its dependencies.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.8.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in the Gymnasium branch (where we rely on shimmy)