Update open_robot_env.py

This commit is contained in:
kilavvy 2025-06-02 13:56:48 +02:00 committed by GitHub
parent 33b8e39599
commit 39261643dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ class RobotSimEnv(BaseEnv):
self.local_model_path = "openvla/openvla-7b"
self.robosuite_env = suite.make(
"Lift", # This can be changed to any other envirionment like NutAssemblySquare
"Lift", # This can be changed to any other environment like NutAssemblySquare
robots="Panda",
has_renderer=False,
has_offscreen_renderer=True,