Skip to content

Commit

Permalink
new envs for the experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledwahba1994 committed Feb 28, 2024
1 parent 0e6d98a commit e819b63
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/quad3d_payload/benchmark_envs/forest_2robots_exp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ robots:
-0.8414709848078965, 0.0, 0.0, 0.0, 0.001290770382734231, 0.5403007640548437,
-0.8414709848078965, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0, 0.0]
type: point_2
type: point_2_exp
2 changes: 1 addition & 1 deletion envs/quad3d_payload/benchmark_envs/forest_3robots_exp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ robots:
0.0, 0.0, 0.0, 0.264889052247188, 0.4709143995738667, -0.8414709848078965, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0]
type: point_3
type: point_3_exp
23 changes: 23 additions & 0 deletions envs/quad3d_payload/benchmark_envs/window_2robots_exp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
environment:
max: [1000, 1000, 1.0]
min: [-1000, -1000, -0.1]
obstacles:
- center: [0.0, 0.4, 0.0]
size: [0.2, 0.2, 3.0]
type: box
- center: [0.0, -0.4, 0.0]
size: [0.2, 0.2, 3.0]
type: box
name: quad3d_payload_empty_0
robots:
- goal: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.0004302571580335733, -0.5403021345554789,
-0.8414709848078965, 0.0, 0.0, 0.0, 0.001290770382734231, 0.5403007640548437,
-0.8414709848078965, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0, 0.0]
l: [0.5, 0.5]
quadsNum: 2
start: [-1.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.0004302571580335733, -0.5403021345554789,
-0.8414709848078965, 0.0, 0.0, 0.0, 0.001290770382734231, 0.5403007640548437,
-0.8414709848078965, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0, 0.0]
type: point_2_exp
25 changes: 25 additions & 0 deletions envs/quad3d_payload/benchmark_envs/window_3robots_exp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
environment:
max: [1000, 1000, 1.0]
min: [-1000, -1000, -1.0]
obstacles:
- center: [0.0, 0.4, 0.0]
size: [0.2, 0.2, 3.0]
type: box
- center: [0.0, -0.4, 0.0]
size: [0.2, 0.2, 3.0]
type: box
name: quad3d_payload_empty_0
robots:
- goal: [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.0004302571580335733, -0.5403021345554789,
-0.8414709848078965, 0.0, 0.0, 0.0, -0.5403023058681398, -0.0, -0.8414709848078965,
0.0, 0.0, 0.0, 0.264889052247188, 0.4709143995738667, -0.8414709848078965, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0]
l: [0.5, 0.5, 0.5]
quadsNum: 3
start: [-1.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.0004302571580335733, -0.5403021345554789,
-0.8414709848078965, 0.0, 0.0, 0.0, -0.5403023058681398, -0.0, -0.8414709848078965,
0.0, 0.0, 0.0, 0.264889052247188, 0.4709143995738667, -0.8414709848078965, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0]
type: point_3_exp

0 comments on commit e819b63

Please sign in to comment.