UoA-CARES / cares_reinforcement_learning

CARES Reinforcement Learning Package
9 stars 0 forks source link

Will we consider switch to Gymnasium instead? #91

Closed qiaoting159753 closed 7 months ago

qiaoting159753 commented 8 months 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 8 months ago

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

beardyFace commented 7 months ago

This has been done in gym_envrionments