UoA-CARES / cares_reinforcement_learning

CARES Reinforcement Learning Package
11 stars 2 forks source link

Will we consider switch to Gymnasium instead? #91

Closed qiaoting159753 closed 1 year ago

qiaoting159753 commented 1 year ago

As suggested in https://github.com/openai/gym, they mainly maintain the Gymnasium project (https://gymnasium.farama.org/).

To switch to the Gymnasium:

  1. changing "import gym" to "import gymnasium as gym".
  2. state, _ = env.reset(seed=seed)
  3. next_state, reward, terminated, truncated, info = env.step(action)
beardyFace commented 1 year ago

Yes - will work on that in the next branch and push on Friday

beardyFace commented 1 year ago

This has been done in gym_envrionments