wil3 / gymfc

A universal flight control tuning framework
http://wfk.io/neuroflight/
MIT License
387 stars 99 forks source link

Feature Request: migrate from gym to gymnasium #110

Open elliottower opened 1 year ago

elliottower commented 1 year ago

Hi, this repository is currently listed in the gymnasium third party environments but we are cleaning the list up to only include maintained gymnasium-compatible repositories.

Would it be possible for it to be upgraded from gym to gymnasium? Gymnasium is the maintained version of openai gym and is compatible with current RL training libraries (rllib and tianshou have already migrated, and stable-baselines3 will soon).

For information about upgrading and compatibility, see migration guide and gym compatibility. The main difference is the API has switched to returning truncated and terminated, rather than done, in order to give more information and mitigate edge case issues.

shaynababe commented 1 year ago

hello I have forked the repo and have begun to complie under python 3.10.* and the current depends so i will use gymnasium