Closed LJArendse closed 2 years ago
Oh..., a new version OpenAI gym is released! (I did not know new gym version). Your fix is so good, thank you very much! (I did not specify packages (gym, pydantic, ...))
I upload 0.5.2 version your PR version, Thankyou!
@ganyariya Awesome, thanks for the help and the new release 🥇
Overview
Fix breaking bug caused by gym==0.24.1
The current version of gym-md (gym-md==0.5.1) is breaking due changes introduced in the latest gym version 0.24.1 (i.e. gym==0.24.1). Version 0.24.1 of gym was released approximately 10 days ago. As part of the version 0.24.1 change a new environment (env) checker was introduced (source: https://github.com/openai/gym/releases/tag/0.24.1).
Please see Issue: https://github.com/ganyariya/gym-md/issues/27
Changes Made:
Test output: