Skip to content

Commit

Permalink
Use title for task heading and keep tutorial page banner consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Nov 15, 2024
1 parent aff6456 commit 608dae9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
5 changes: 2 additions & 3 deletions docs/tasks/1_implement_behavior_component.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Task 1: Implement a Behavior Component"
description: Implement your first invocation condition and command function, such that the ChaseGhost behavior component passes its unit tests.
title: "Arbitration Graphs Tutorial"
---

# Chase Ghost
# Task 1: Implement a Behavior Component

Implement your first `checkInvocationCondition()` and `getCommand()` function, such that the ChaseGhost behavior component passes its unit tests.

Expand Down
5 changes: 2 additions & 3 deletions docs/tasks/2_extend_arbitration_graph.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Task 2: Extend the Arbitration Graph"
description: Extend the arbitration graph with the ChaseGhost behavior component.
title: "Arbitration Graphs Tutorial"
---

# Chase Ghost
# Task 2: Extend the Arbitration Graph

Extend the arbitration graph with the ChaseGhost behavior component

Expand Down
5 changes: 2 additions & 3 deletions docs/tasks/3_add_more_behaviors.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Task 3: Even more behavior components"
description: Integrate the EatClosestDot behavior component into the arbitration graph.
title: "Arbitration Graphs Tutorial"
---

# Eat Closest Dot
# Task 3: Even more behavior components

Integrate the EatClosestDot behavior component into the arbitration graph.

Expand Down
5 changes: 2 additions & 3 deletions docs/tasks/4_nested_arbitrators.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Task 4: Nested arbitration graphs"
description: Integrate a long-term behavior and add another layer to the arbitration graph
title: "Arbitration Graphs Tutorial"
---

# Nesting
# Task 4: Nested arbitration graphs

Integrate a long-term behavior and add another layer to the arbitration graph.

Expand Down
5 changes: 2 additions & 3 deletions docs/tasks/5_cost_arbitration.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Task 5: Arbitrate based on predicted utility"
description: Learn how the cost arbitrator can help you to arbitrate between behaviors based on their expected cost/utility.
title: "Arbitration Graphs Tutorial"
---

# Cost Arbitrator
# Task 5: Arbitrate based on predicted utility

Learn how the cost arbitrator can help you to arbitrate between behaviors based on their expected cost/utility.

Expand Down
5 changes: 2 additions & 3 deletions docs/tasks/6_verification.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Task 6: Better safe than sorry"
description: Execute only safe commands and add a fallback strategy.
title: "Arbitration Graphs Tutorial"
---

# Verification and Fallback Layers
# Task 6: Better safe than sorry

Execute only safe commands and add a fallback strategy.

Expand Down

0 comments on commit 608dae9

Please sign in to comment.