forked from facebookresearch/habitat-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpick.yaml
38 lines (34 loc) · 950 Bytes
/
pick.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# @package _global_
defaults:
- /habitat: habitat_config_base
- /habitat/simulator/[email protected]_agent: depth_head_agent
- /habitat/task/rearrange: pick
- /habitat/dataset/rearrangement: replica_cad
- _self_
habitat:
gym:
obs_keys:
- head_depth
- obj_start_sensor
- joint
- is_holding
- relative_resting_position
environment:
max_episode_steps: 300
simulator:
type: RearrangeSim-v0
additional_object_paths:
- data/objects/ycb/configs/
needs_markers: False
concur_render: True
auto_sleep: True
agents:
main_agent:
radius: 0.3
articulated_agent_urdf: ./data/robots/hab_fetch/robots/hab_suction.urdf
articulated_agent_type: FetchSuctionRobot
habitat_sim_v0:
allow_sliding: False
enable_physics: True
dataset:
data_path: data/datasets/replica_cad/rearrange/v1/{split}/rearrange_easy.json.gz