-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v0.2.3] [Stretch] play stretch demo (#1014)
- Loading branch information
1 parent
01814d6
commit 9379b02
Showing
4 changed files
with
163 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
habitat-lab/habitat/config/benchmark/rearrange/play_stretch.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# @package _global_ | ||
|
||
defaults: | ||
- /habitat: habitat_config_base | ||
- /agent@habitat.simulator.agent_0: agent_base | ||
- /habitat/simulator/sim_sensors: | ||
- head_rgb_sensor | ||
- head_depth_sensor | ||
- arm_rgb_sensor | ||
- arm_depth_sensor | ||
- /habitat/task/rearrange: play | ||
- /habitat/dataset/rearrangement: replica_cad | ||
- _self_ | ||
|
||
# Config for empty task to explore the scene. | ||
habitat: | ||
environment: | ||
max_episode_steps: 0 | ||
task: | ||
actions: | ||
arm_action: | ||
type: "ArmAction" | ||
arm_controller: "ArmRelPosKinematicReducedActionStretch" | ||
grip_controller: "MagicGraspAction" | ||
arm_joint_mask: [1,0,0,0,1,1,1,1,1,1] | ||
arm_joint_dimensionality: 10 | ||
grasp_thresh_dist: 0.15 | ||
disable_grip: False | ||
delta_pos_limit: 0.0125 | ||
ee_ctrl_lim: 0.015 | ||
simulator: | ||
type: RearrangeSim-v0 | ||
seed: 100 | ||
additional_object_paths: | ||
- "data/objects/ycb/configs/" | ||
agent_0: | ||
radius: 0.3 | ||
robot_urdf: data/robots/hab_stretch/urdf/hab_stretch.urdf | ||
robot_type: "StretchRobot" | ||
sim_sensors: | ||
head_rgb_sensor: | ||
height: 212 | ||
width: 120 | ||
head_depth_sensor: | ||
height: 212 | ||
width: 120 | ||
arm_depth_sensor: | ||
height: 212 | ||
width: 120 | ||
arm_rgb_sensor: | ||
height: 212 | ||
width: 120 | ||
habitat_sim_v0: | ||
enable_physics: True | ||
dataset: | ||
data_path: data/datasets/replica_cad/rearrange/v1/{split}/all_receptacles_10k_1k.json.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters