mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-07 10:01:56 +00:00
clean
This commit is contained in:
@@ -233,11 +233,6 @@ class LiberoEnv(gym.Env):
|
||||
|
||||
self.action_space = spaces.Box(low=-1, high=1, shape=(7,), dtype=np.float32)
|
||||
|
||||
def render1(self):
|
||||
raw_obs = self._env.env._get_observations()
|
||||
image = self._format_raw_obs(raw_obs)["pixels"][OBS_IMAGE]
|
||||
return image
|
||||
|
||||
def render(self):
|
||||
raw_obs = self._env.env._get_observations()
|
||||
formatted = self._format_raw_obs(raw_obs)
|
||||
|
||||
Reference in New Issue
Block a user