Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRIME-RL/SimpleVLA-RL
/ setup_demo
Method
setup_demo
modified_codes/robotwin2/envs/lift_pot.py:9–10 ·
view source on GitHub ↗
(self, is_test=False, **kwags)
Source
from the content-addressed store, hash-verified
7
class
lift_pot(Base_Task):
8
9
def
setup_demo(self, is_test=False, **kwags):
10
super()._init_task_env_(**kwags)
11
12
def
load_actors(self):
13
self.model_name =
"060_kitchenpot"
Callers
2
initialize
Method · 0.45
collect_success_seeds_worker
Function · 0.45
Calls
1
_init_task_env_
Method · 0.80
Tested by
no test coverage detected