-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a first outline for the tutorial website
- Loading branch information
Showing
6 changed files
with
90 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
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,12 @@ | ||
--- | ||
title: "Task 1: Implement a Behavior Component" | ||
description: Implement your first getCommand function, such that the ChaseGhost behavior component passes its unit tests. | ||
--- | ||
|
||
# Chase Ghost | ||
|
||
|
||
--- | ||
[Tutorial Home](../Tutorial.md) | ||
| | ||
[Next task →](2_extend_arbitration_graph.md) |
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,15 @@ | ||
--- | ||
title: "Task 2: Extend the Arbitration Graph" | ||
description: Extend the arbitration graph with the ChaseGhost behavior component. | ||
--- | ||
|
||
# Chase Ghost | ||
|
||
|
||
|
||
--- | ||
[← Previous task](1_implement_behavior_component.md) | ||
| | ||
[Tutorial Home](../Tutorial.md) | ||
| | ||
[Next task →](3_add_more_behaviors.md) |
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,15 @@ | ||
--- | ||
title: "Task 3: Even more behavior components" | ||
description: Integrate the EatClosestDot behavior component into the arbitration graph. | ||
--- | ||
|
||
# Eat Closest Dot | ||
|
||
|
||
|
||
--- | ||
[← Previous task](2_extend_arbitration_graph.md) | ||
| | ||
[Tutorial Home](../Tutorial.md) | ||
| | ||
[Next task →](4_nested_arbitrators.md) |
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,15 @@ | ||
--- | ||
title: "Task 4: Nested arbitration graphs" | ||
description: Integrate a long-term behavior and add another layer to the arbitration graph | ||
--- | ||
|
||
# Nesting | ||
|
||
|
||
|
||
--- | ||
[← Previous task](3_add_more_behaviors.md) | ||
| | ||
[Tutorial Home](../Tutorial.md) | ||
| | ||
[Next task →](5_cost_arbitration.md) |
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,12 @@ | ||
--- | ||
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. | ||
--- | ||
|
||
# Cost Arbitrator | ||
|
||
|
||
--- | ||
[← Previous task](4_nested_arbitrators.md) | ||
| | ||
[Tutorial Home](../Tutorial.md) |