Gym-Gymnasium compatibility converter (#61)

This commit is contained in:
Ariel Kwiatkowski
2022-10-20 11:30:14 +02:00
committed by GitHub
parent e7c8a8cb59
commit 8b81b7dcc2
9 changed files with 214 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ extras = {
testing_group = set(extras.keys()) - {"accept-rom-license", "atari"}
extras["testing"] = list(
set(itertools.chain.from_iterable(map(lambda group: extras[group], testing_group)))
) + ["pytest==7.0.1"]
) + ["pytest==7.0.1", "gym==0.26.2"]
# All dependency groups - accept rom license as requires user to run
all_groups = set(extras.keys()) - {"accept-rom-license"}