Closed cameronangliss closed 11 months ago
Fixes #453
We move from gym to gymnasium, which is actively maintained, and remove the legacy code that compensated for gym.
gym
gymnasium
We additionally fix up some type declarations in openai_api.py and remove the declaration of BattleType in openai_api.py, which is dead code.
openai_api.py
BattleType
Merging #467 (41c1a04) into master (294c342) will decrease coverage by 0.06%. The diff coverage is 100.00%.
0.06%
100.00%
Thanks @cameronangliss !
Fixes #453
We move from
gym
togymnasium
, which is actively maintained, and remove the legacy code that compensated forgym
.We additionally fix up some type declarations in
openai_api.py
and remove the declaration ofBattleType
inopenai_api.py
, which is dead code.