pass args to expickle (#2172)

This commit is contained in:
Yunzhi Zhang
2021-07-27 11:49:45 -07:00
committed by GitHub
parent b60a40db6e
commit 41e571d065
4 changed files with 4 additions and 4 deletions

View File

@@ -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)