-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkflow.yaml
More file actions
27 lines (27 loc) · 882 Bytes
/
Copy pathworkflow.yaml
File metadata and controls
27 lines (27 loc) · 882 Bytes
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
workflow:
name: defense_ei_agents
stages:
- id: planner
profile: planner/profile.yaml
output: logs/defense_ei_plan.json
- id: supervisor
profile: supervisor/profile.yaml
output: logs/defense_ei_atomic_task_info.json
- id: coder
profile: coder/profile.yaml
output: logs/defense_ei_atomic_actions.py
- id: judger
profile: judger/profile.yaml
output: logs/defense_ei_atomic_judgement.json
runtime:
robot: UR7e
camera_inputs:
initial_agent_images:
global_image: logs/current_global_rgb.png
phase_agent_images:
global_image: logs/current_phase_global_rgb.png
wrist_image: logs/current_phase_wrist_rgb.png
global_image: logs/current_global_rgb.png
retry_policy:
restore_robot_to_initial_pose_on_failure: true
continue_from_current_rgb_on_success: true