Release 0.8
Major release 0.8
Starting from version 0.8
, rtgym
supports the maintained gymnasium framework instead of the abandoned gym
framework.
Since rtgym 0.7
already supported gym>=0.26
, upgrading your applications to gymnasium
is straightforward and essentially amounts to replacing all your instances of
import gym
by
import gymnasium as gym
For more information, read the migration guide