MCPcopy Create free account

hub / github.com/RoboVerseOrg/RoboVerse / functions

Functions4,056 in github.com/RoboVerseOrg/RoboVerse

↓ 1 callersFunctionrescale_obj_mesh
Rescale an OBJ mesh by a given scale factor. Args: input_path (str): Path to input OBJ file scale_factor (float): Scale fact
scripts/mesh_tools/mesh_rescale.py:4
↓ 1 callersMethodreset
(self)
tools/robotwin_integration/dp_policy_server.py:111
↓ 1 callersMethodreset
(self)
tools/robotwin_integration/eval_robotwin_policy.py:80
↓ 1 callersMethodreset
Reset all envs and return observations.
get_started/rl/0_ppo_gym_style.py:73
↓ 1 callersMethodreset
(self)
roboverse_learn/il/runners/base_eval_runner.py:342
↓ 1 callersMethodreset
(self)
roboverse_learn/il/runners/default_eval_runner.py:77
↓ 1 callersMethodreset
(self)
roboverse_learn/rl/clean_rl/buffer.py:481
↓ 1 callersMethodreset
Reset the environment.
roboverse_learn/rl/sb3/ppo_train.py:65
↓ 1 callersMethodreset
(self)
scripts/advanced/train_ppo_vec.py:66
↓ 1 callersMethodreset
Reset environment. Use this to reset custom member variables. Always keep ``seed`` in the signature and forward it to ``super().reset
roboverse_pack/tasks/task_template.py:136
↓ 1 callersMethodreset
Reset the env; reset the checker unless ``skip_checker_reset`` is set. ``seed`` is forwarded to ``super().reset``. Leaves that set ``
roboverse_pack/tasks/libero_90/libero_90_base.py:42
↓ 1 callersMethodreset
(self, states, env_ids=None, seed=None)
roboverse_pack/tasks/calvin/base_table.py:193
↓ 1 callersMethodreset
Reset the checker, then the environment. The checker is reset *before* ``super().reset()`` — super().reset() may invoke reset-call
roboverse_pack/tasks/libero/libero_base.py:33
↓ 1 callersMethodreset
(self, obj_height_after_settle: float)
roboverse_pack/tasks/simpler_env/_native/grasp.py:123
↓ 1 callersMethodreset
Called after switching the controller.
roboverse_pack/tasks/simpler_env/_native/control/base_controller.py:92
↓ 1 callersMethodreset
(self)
roboverse_pack/tasks/simpler_env/_native/control/pd_joint_pos.py:43
↓ 1 callersMethodreset
(self, states=None, env_ids=None, seed=None)
roboverse_pack/tasks/robosuite/robosuite_env.py:204
↓ 1 callersMethodreset_env_origins
Capture the per-env starting position on reset (called from curriculum).
roboverse_pack/tasks/mjlab/mdp/terrain.py:159
↓ 1 callersFunctionreset_episode
Reset episode tracking variables
scripts/advanced/teleop_keyboard.py:340
↓ 1 callersMethodreset_parameters
(self)
roboverse_learn/il/policies/act/detr/models/position_encoding.py:65
↓ 1 callersFunctionreshape_dimensions
Reshape selected dimensions for all tensors in nested dictionary or list or tuple to a target dimension. Args: x (dict or list o
roboverse_learn/il/utils/tensor_util.py:511
↓ 1 callersFunctionresolve_clip_t
Per-joint (lo, hi) clip range tensor, or None if unbounded.
roboverse_pack/tasks/mjlab/mdp/actions.py:110
↓ 1 callersFunctionresolve_matching_names
Match a list of query regular expressions against a list of strings and return the matched indices and names. When a list of query regular expres
roboverse_pack/tasks/beyondmimic/metasim/utils/string.py:79
↓ 1 callersFunctionresolve_urdf_instance_dir
Resolve the EXACT URDF instance dir RoboTwin's create_sapien_urdf_obj uses. This must match RoboTwin 1:1, because modelid (random per episode) se
tools/robotwin_integration/collect_bridge.py:159
↓ 1 callersMethodretarget
( self, hand_key: str, fingers, joint_lower: np.ndarray | None = None,
roboverse_pack/teleop/runtime.py:27
↓ 1 callersMethodretarget_left
(self, fingers: np.ndarray)
roboverse_pack/teleop/hand_retargeting.py:16
↓ 1 callersMethodretarget_right
(self, fingers: np.ndarray)
roboverse_pack/teleop/hand_retargeting.py:17
↓ 1 callersFunctionreward_curve
(run_dir: Path)
tools/robosuite_integration/plots.py:66
↓ 1 callersFunctionrobosuite_engine_rollout
Controller-free rollout on robosuite's own ``MjSim``. ``ctrl_builder`` maps the model's actuator count ``nu`` to a concrete :data:`~tools.rob
tools/robosuite_integration/robosuite_rollout.py:89
↓ 1 callersMethodrobot_qvel
(self)
roboverse_pack/tasks/maniskill/_native/base.py:104
↓ 1 callersFunctionrobotwin_clone_root
Locate a local RoboTwin clone root (the dir that contains ``assets/``), or None. ``ROBOTWIN_ASSETS`` may point at either the repo root or its ``a
roboverse_pack/tasks/robotwin/_locator.py:35
↓ 1 callersFunctionroll_ball
ManiSkill RollBall-v1 ``compute_dense_reward`` (max 30). Stateful: pass ``reached_status`` in. Returns ``(reward, reached_status)``; ``reached_st
roboverse_pack/tasks/maniskill/_native/rewards.py:194
↓ 1 callersFunctionrollout
(sim: str, n_envs: int, ckpt_path: str, steps: int, task_name: str, robot_name: str)
scripts/eval_go1_cross_sim.py:45
↓ 1 callersFunctionrollout
Roll out trained policy and return mean ep_r.
scripts/eval_cartpole_cross_sim.py:50
↓ 1 callersFunctionrollout_metasim_pick_cube_v1
Step MetaSim's `maniskill.pick_cube_v1` task and grab rgb frames.
tools/maniskill_integration/render_compare.py:40
↓ 1 callersFunctionrotate_2d_vec_by_angle
(vec, theta)
roboverse_pack/tasks/simpler_env/_native/control/_vendor_utils.py:56
↓ 1 callersFunctionrotation_distance
(a: st.Rotation, b: st.Rotation)
roboverse_learn/il/utils/pose_trajectory_interpolator.py:9
↓ 1 callersFunctionrotation_to_quaternion
Convert lerobot Rotation to numpy quaternion (w, x, y, z).
scripts/advanced/teleop_phone_lerobot.py:110
↓ 1 callersFunctionrotmat_to_quat_xyzw
Convert a 3x3 rotation matrix to a normalized XYZW quaternion.
roboverse_pack/teleop/transforms.py:160
↓ 1 callersFunctionrun
( task_id, shipped_key, demo_path, out_path, goal_actor=None, max_scan=40, episode
tools/maniskill_integration/render_demo_replay.py:252
↓ 1 callersFunctionrun
(task_id: str, steps: int, seed: int, amp: float, out_path: Path, shipped_task_key: str | None = None)
tools/maniskill_integration/render_parity.py:115
↓ 1 callersFunctionrun
(n_demos: int)
tools/robosuite_integration/verify_native_controller.py:38
↓ 1 callersFunctionrun
(task_name: str, out_mp4: str, *, model_type: str, max_steps: int, seed: int)
scripts/policy_rollout_simpler_env.py:92
↓ 1 callersFunctionrun
(suite, base, variant, frames, sz, out)
scripts/gen_libero_sidebyside.py:33
↓ 1 callersFunctionrun
(which, name)
scripts/spike_metasim_full_parity.py:138
↓ 1 callersFunctionrun
(max_steps: int = 120)
scripts/eval_liberoplus_policy_consistency.py:108
↓ 1 callersFunctionrun
(which, task)
scripts/render_metasim_1to1_gallery.py:41
↓ 1 callersFunctionrun
(suites: list[str], steps: int)
scripts/audit_liberoplus_assets.py:82
↓ 1 callersFunctionrun
(per_dim: int, steps: int, seed: int)
scripts/parity_liberoplus_passthrough.py:156
↓ 1 callersFunctionrun
(suite: str, n_frames: int, engine_steps: int)
scripts/migrate_liberoplus_metasim.py:127
↓ 1 callersFunctionrun
(ckpt, suite, base, episodes, max_steps, exec_horizon)
scripts/policy/eval_bc_liberoplus.py:148
↓ 1 callersFunctionrun
(suite, base, steps, precontact)
scripts/osc/parity_osc_vs_robosuite.py:60
↓ 1 callersMethodrun
( self, train=None, eval=None, ckpt_path=None, )
roboverse_learn/il/runners/default_runner.py:658
↓ 1 callersFunctionrun_all
(reports_dir: Path, n_steps: int = 50, seed: int = 0)
tools/maniskill_integration/run_sweep.py:54
↓ 1 callersFunctionrun_compare
()
scripts/spike_metasim_full_parity.py:154
↓ 1 callersFunctionrun_demo
(robot: str, variant: str, out_dir: Path, n_seconds: float = 4.0, fps: int = 30)
tools/mjlab_integration/stand_demo.py:127
↓ 1 callersFunctionrun_experiment
(experiment)
scripts/run_multi.py:286
↓ 1 callersFunctionrun_full_pipeline_for
(task: inv.MjlabTask, out_dir: Path, n_steps: int)
tools/mjlab_integration/full_runner.py:162
↓ 1 callersFunctionrun_native_task_teleop_flow
Run native-only benchmark teleop packets through one simulation session.
roboverse_pack/teleop/flow.py:321
↓ 1 callersFunctionrun_one
(task)
scripts/render_policy_gallery.py:84
↓ 1 callersFunctionrun_one
(task)
scripts/verify_native_registration.py:53
↓ 1 callersFunctionrun_one_task
Run one task, write artifacts, return a summary dict.
tools/mjlab_integration/runner.py:56
↓ 1 callersFunctionrun_registry
()
scripts/verify_native_registration.py:38
↓ 1 callersFunctionrun_replay
Run trajectory replay with randomization.
get_started/12_domain_randomization.py:508
↓ 1 callersFunctionrun_simulator
Runs the simulation loop.
roboverse_pack/tasks/beyondmimic/scripts/replay_npz.py:65
↓ 1 callersFunctionrun_simulator
Runs the simulation loop.
roboverse_pack/tasks/beyondmimic/scripts/csv_to_npz.py:229
↓ 1 callersFunctionrun_task
(task_name: str, *, n_steps: int, out_dir: Path, signals: list[str])
tools/robosuite_integration/runner.py:36
↓ 1 callersFunctionrun_task
(task)
scripts/render_native_gallery.py:198
↓ 1 callersFunctionrv_set_and_eval
(env, q, qd, action)
scripts/parity_obs_reward_cartpole.py:64
↓ 1 callersMethodsample
(self, batch_size: int)
get_started/rl/fast_td3/fttd3_module.py:106
↓ 1 callersMethodsample
(self, batch_size: int)
roboverse_learn/rl/fast_td3/fttd3_module.py:106
↓ 1 callersFunctionsample_box_pose
()
roboverse_learn/il/policies/act/utils.py:231
↓ 1 callersFunctionsample_insertion_pose
()
roboverse_learn/il/policies/act/utils.py:242
↓ 1 callersFunctionsample_random_image_crops
For each image, randomly sample @num_crops crops of size (@crop_height, @crop_width), from @images. Args: images (torch.Tensor):
roboverse_learn/il/utils/vision/crop_randomizer.py:232
↓ 1 callersMethodsample_sequence
(self, idx)
roboverse_learn/il/utils/sampler.py:137
↓ 1 callersMethodsample_t_r
Samples t and r from a log-normal distribution.
roboverse_learn/il/utils/flow/mean_flow_matcher.py:60
↓ 1 callersMethodsave
(self)
scripts/advanced/replay_state.py:323
↓ 1 callersMethodsave
(self)
scripts/advanced/replay_real_asset.py:353
↓ 1 callersFunctionsave_all_episodes_to_file
Save all collected episodes to file
scripts/advanced/teleop_keyboard.py:350
↓ 1 callersMethodsave_checkpoint
( self, path=None, tag="latest", exclude_keys=None, include_keys=None,
roboverse_learn/il/runners/base_runner.py:30
↓ 1 callersMethodsave_checkpoint
(self)
roboverse_learn/il/policies/dp/models/bet/libraries/mingpt/trainer.py:53
↓ 1 callersFunctionsave_params
Save model parameters and training configuration to disk.
roboverse_learn/rl/fast_td3/train.py:82
↓ 1 callersFunctionsave_poses_to_file
Save current poses of all objects and robots to a Python file from observation Args: obs: TensorState observation from task scena
get_started/obj_layout/object_layout_task.py:36
↓ 1 callersFunctionsave_poses_to_file
Save current poses of all objects and robots to a Python file
get_started/obj_layout/object_layout.py:32
↓ 1 callersFunctionsave_poses_to_file
Save current poses of all objects and robots to a Python file.
roboverse_pack/asset/table_display.py:33
↓ 1 callersFunctionsave_rollout
(path: Path, r: ManiskillRollout, save_frames: bool = False)
tools/maniskill_integration/maniskill_rollout.py:207
↓ 1 callersMethodsave_to_store
( self, store, chunks: Optional[Dict[str, tuple]] = dict(), compressors: Union
roboverse_learn/il/utils/replay_buffer.py:250
↓ 1 callersMethodscale_action
(self, a)
roboverse_pack/tasks/robosuite/_osc.py:152
↓ 1 callersFunctionschedule_experiments
()
scripts/run_multi.py:291
↓ 1 callersMethodset_drive_velocity_targets
(self, targets)
roboverse_pack/tasks/simpler_env/_native/control/pd_joint_pos.py:57
↓ 1 callersMethodset_full_state
Set the entire sim state (e.g. a benchmark demo's initial frame).
roboverse_pack/tasks/robosuite/native.py:171
↓ 1 callersMethodset_goal
(self, action)
roboverse_pack/tasks/robosuite/_osc.py:159
↓ 1 callersMethodset_state
(self, state: dict)
roboverse_pack/tasks/simpler_env/_native/control/base_controller.py:118
↓ 1 callersFunctionsetup_for_distributed
This function disables printing when not in master process
roboverse_learn/il/policies/act/detr/util/misc.py:363
↓ 1 callersMethodsetup_manager_visualizers
Creates live visualizers for manager terms.
roboverse_pack/tasks/beyondmimic/isaaclab/envs/tracking_base_env.py:256
↓ 1 callersFunctionshould_run
(log_dir)
dashboard/run_test.py:66
↓ 1 callersFunctionshould_skip
(log_dir: str, demo_idx: int)
scripts/advanced/collect_demo.py:347
↓ 1 callersFunctionside_by_side
Concat frame-by-frame; pad shorter side to the same length.
tools/maniskill_integration/render_compare.py:81
↓ 1 callersFunctionside_by_side_video
Render both rollouts on the same MJCF and concat into a side-by-side mp4.
tools/mjlab_integration/render.py:132
↓ 1 callersFunctionsimplify_grasp_labels
original dataset grasp_label files have redundant data, We can significantly save the memory cost
third_party/gsnet/dataset/simplify_dataset.py:10
← previousnext →2,001–2,100 of 4,056, ranked by callers