mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 17:56:07 +00:00
remove seed
This commit is contained in:
@@ -203,7 +203,6 @@ class LiberoEnv(gym.Env):
|
|||||||
"camera_widths": self.observation_width,
|
"camera_widths": self.observation_width,
|
||||||
}
|
}
|
||||||
env = OffScreenRenderEnv(**env_args)
|
env = OffScreenRenderEnv(**env_args)
|
||||||
env.seed(142)
|
|
||||||
env.reset()
|
env.reset()
|
||||||
return env
|
return env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user