Skip to content

Commit 409cab4

Browse files
Ki-SekiCaralHsi
andauthored
style: fix format (#36)
Co-authored-by: CaralHsi <[email protected]>
1 parent 035eed3 commit 409cab4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

examples/basic_modules/tree_textual_memory_reasoner.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,18 @@
3737

3838
# Step 1: Prepare a mock ParsedTaskGoal
3939
parsed_goal = ParsedTaskGoal(
40-
memories=["Multi-UAV Long-Term Coverage", "Coverage Metrics", "Reward Function Design", "Energy Model",
41-
"CT and FT Definition", "Reward Components", "Energy Cost Components"],
40+
memories=[
41+
"Multi-UAV Long-Term Coverage",
42+
"Coverage Metrics",
43+
"Reward Function Design",
44+
"Energy Model",
45+
"CT and FT Definition",
46+
"Reward Components",
47+
"Energy Cost Components",
48+
],
4249
keys=["UAV", "coverage", "energy", "reward"],
4350
tags=[],
44-
goal_type="explanation"
51+
goal_type="explanation",
4552
)
4653

4754
query = "How can multiple UAVs coordinate to maximize coverage while saving energy?"

0 commit comments

Comments
 (0)