Skip to content

Commit

Permalink
add A*
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuShuwen committed Jun 4, 2018
1 parent a54639f commit 7b0dc2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion P1_Robot_Controller/Robot Controller.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,11 @@
"\n",
"**任务10**:尝试实现一个算法,能够对给定的模拟环境,输出机器人的行动策略,使之能够走到终点。\n",
"\n",
"提示:_你可以尝试参考 [A星算法](https://zh.wikipedia.org/wiki/A*%E6%90%9C%E5%AF%BB%E7%AE%97%E6%B3%95) 。_"
"提示:_你可以尝试参考 [A星算法](https://zh.wikipedia.org/wiki/A*%E6%90%9C%E5%AF%BB%E7%AE%97%E6%B3%95) 。_\n",
"以及以下参考资料:\n",
"* https://baike.baidu.com/item/A%2A算法\n",
"\n",
"* https://blog.csdn.net/hitwhylz/article/details/23089415"
]
},
{
Expand Down

0 comments on commit 7b0dc2f

Please sign in to comment.