mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Update open_robot_env.py
This commit is contained in:
parent
33b8e39599
commit
39261643dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue