Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRIME-RL/SimpleVLA-RL
/ get_info
Method
get_info
modified_codes/robotwin2/envs/lift_pot.py:50–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
return
self.info
49
50
def
get_info(self):
51
info = {
"{A}"
: f
"{self.model_name}/base{self.model_id}"
}
52
return
info
53
54
def
check_success(self):
55
pot_pose = self.pot.get_pose()
Callers
1
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected