dimikout3 / MarsExplorer

54 stars 6 forks source link

Feature Request: migrate from gym to gymnasium #8

Open elliottower opened 1 year ago

elliottower commented 1 year ago

Hi, would it be possible for MarsExplorer 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).

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.

For information about upgrading and compatibility, see migration guide and gym compatibility.

eridon commented 1 year ago

I noticed that too, has the program allowed you to train a RL agent without changing the codes to match gymnasium? @elliottower

dimikout3 commented 1 year ago

Hello everyone and thank you for the interest in our work. Unfortunately the project has not been adapted to match gymnasium. You are welcome to do the relevant changes and issue a pull request which I will accept.

I also think that adapting to gymnasium is important. So let’s make this happen as a community.