mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-18 21:06:59 +00:00
pass args to expickle (#2172)
This commit is contained in:
@@ -20,4 +20,4 @@ class FetchPushEnv(fetch_env.FetchEnv, utils.EzPickle):
|
||||
gripper_extra_height=0.0, target_in_the_air=False, target_offset=0.0,
|
||||
obj_range=0.15, target_range=0.15, distance_threshold=0.05,
|
||||
initial_qpos=initial_qpos, reward_type=reward_type)
|
||||
utils.EzPickle.__init__(self)
|
||||
utils.EzPickle.__init__(self, reward_type=reward_type)
|
||||
|
Reference in New Issue
Block a user