scope_rl.utils.OldGymAPIWrapper#

class scope_rl.utils.OldGymAPIWrapper(env)[source]#

This class converts new gym outputs (gym>=0.26.0) to the old ones (gym<0.26.0).

Methods

reset

seed

step

Methods