Skip to content

Commit

Permalink
update figure
Browse files Browse the repository at this point in the history
  • Loading branch information
allenanie committed Jul 24, 2024
1 parent 31c3d82 commit 88247a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 37 deletions.
Binary file modified docs/images/agent_workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 10 additions & 37 deletions docs/tutorials/quick_start_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"cell_type": "markdown",
"id": "6efc2727e308855d",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
"collapsed": false
},
"source": [
"# 🚀 Next 5 Minutes\n",
Expand All @@ -24,10 +21,11 @@
"execution_count": 1,
"id": "fb6d7b470a57d80a",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
"ExecuteTime": {
"end_time": "2024-07-24T20:18:48.641618Z",
"start_time": "2024-07-24T20:18:36.032964Z"
},
"collapsed": false
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -2125,8 +2123,7 @@
" strategic_unknowns.append([i, j])\n",
" break\n",
" return random.choice(strategic_unknowns) if strategic_unknowns else random.choice(find_unknown(grid))\n",
" return find_strategic_unknown(map, plan)\n",
"\n"
" return find_strategic_unknown(map, plan)\n"
]
}
],
Expand Down Expand Up @@ -3501,37 +3498,13 @@
" if terminal:\n",
" break"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8b16585d-6106-445f-af8e-c4d7551e6d00",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "4dbee382-e363-456f-84c7-9f00ad1b53ea",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "a24d293d-2453-493a-8fa0-83a42835d145",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "verbal-gym",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "verbal-gym"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -3543,7 +3516,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.18"
"version": "3.10.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 88247a9

Please sign in to comment.