Skip to content

Release 0.8

Compare
Choose a tag to compare
@yannbouteiller yannbouteiller released this 19 Mar 04:09
· 22 commits to main since this release

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