搜索资源列表
Pacman
- source code for Pacman game in python language ,enables you to creat a agent and modify it for your own algorithm
search
- A Pacman agent needs to efficiently find paths through a maze, either to reach a particular location or collect remaining food quickly. In this project, you will build general search algorithms and apply them to Pacman scenarios. The code for t
code
- Algorithm for search in pacman world ..
search
- 人工智能原理实现的吃豆子游戏,包含各种搜索方法和相应的支持文件爱你-Principles of Artificial Intelligence to eat beans to achieve the game, including a variety of search methods and the corresponding supporting documents love you
search
- 用于吃豆人游戏的pathon语言搜索算法,包含了UCS DF A*等算法-the algorithm of pacman
search
- 一个可以玩的吃豆子游戏,并能进行算法扩展-One can play Pacman game and algorithm extensions
pacmansearch
- Pacman from UC Berkeley-Pacman hw from CS188 in UCberkeley. Give better understanding in BFS, DFS, UCS and A* search.
Artificial-intelligence
- 人工智能pacman智能搜索代码,可以使吃豆人自动搜索走法,完成游戏-Artificial intelligence Pacman intelligent search code
search-chen
- 使用Python编写的AI程序Pacman,可以适合AI的初学者,有BFS, DFS, UCS, A Star 运行的命令在commands.txt文件里 可以用 bash commands.txt演示-AI programs written in Python Pacman, AI can fit beginners, there BFS, DFS, UCS, the command runs in commands.txt A Star file can bash commands.t
searchAgents
- pacman搜索代理 可以编辑自己的搜索路径 完成任务-pacman search agent can edit their own search path to complete the task
search
- 人工智能基础游戏,pacman 的搜索算法和启发式搜索-Artificial games
search-(1)
- 这是著名的伯克利大学人工智能这门课上讨论的贪吃蛇游戏Pacman,其中讨论了UCS,A*, DFS, BFS 这几种搜索算法-It s the famous game Pacman. The code includes search algorithm like UCS,A*, DFS, BFS
projBack
- python2.0运行的pacman游戏,实现多种搜索算法,AI学习的敲门砖-python2.0 running pacman game, to achieve a variety of search algorithms, AI learning stepping stone
pacman
- Pacman 智能体将找到通过迷宫世界的路径, 既包括到达一个指定的位置,也包括高效地搜集食物。你需要建立通用的搜索算法,并将其应用到Pacman场景中。-Pacman agent will find the path through the maze of the world, both to reach a designated location, but also to collect food efficiently. You need to build a general search
search
- 伯克利一个Pacman的小project-a project Berkeley Pacman
search
- 用于CS188, AI教学,各类搜索如深度优先,广度优先和迭代加深算法的实现验证(AI project for search algorithm)
search
- search.py for python search ai
Yora-android-master
- search agent for python ai pacman