文件名称: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 algorithm and apply it to the Pacman scenario.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
search
......\commands.txt
......\docs
......\....\eightpuzzle.html
......\....\game.html
......\....\ghostAgents.html
......\....\graphicsDisplay.html
......\....\graphicsUtils.html
......\....\keyboardAgents.html
......\....\layout.html
......\....\pacman.html
......\....\pacmanAgents.html
......\....\search.html
......\....\searchAgents.html
......\....\textDisplay.html
......\....\util.html
......\eightpuzzle.py
......\game.py
......\ghostAgents.py
......\graphicsDisplay.py
......\graphicsUtils.py
......\keyboardAgents.py
......\layout.py
......\layouts
......\.......\bigCorners.lay
......\.......\bigMaze.lay
......\.......\bigSafeSearch.lay
......\.......\bigSearch.lay
......\.......\boxSearch.lay
......\.......\capsuleClassic.lay
......\.......\contestClassic.lay
......\.......\contoursMaze.lay
......\.......\greedySearch.lay
......\.......\mediumClassic.lay
......\.......\mediumCorners.lay
......\.......\mediumDottedMaze.lay
......\.......\mediumMaze.lay
......\.......\mediumSafeSearch.lay
......\.......\mediumScaryMaze.lay
......\.......\mediumSearch.lay
......\.......\minimaxClassic.lay
......\.......\oddSearch.lay
......\.......\openClassic.lay
......\.......\openMaze.lay
......\.......\openSearch.lay
......\.......\originalClassic.lay
......\.......\smallClassic.lay
......\.......\smallMaze.lay
......\.......\smallSafeSearch.lay
......\.......\smallSearch.lay
......\.......\testClassic.lay
......\.......\testMaze.lay
......\.......\testSearch.lay
......\.......\tinyCorners.lay
......\.......\tinyMaze.lay
......\.......\tinySafeSearch.lay
......\.......\tinySearch.lay
......\.......\trappedClassic.lay
......\.......\trickyClassic.lay
......\.......\trickySearch.lay
......\maze.png
......\pacman.py
......\pacmanAgents.py
......\projects.css
......\search.html
......\search.py
......\searchAgents.py
......\textDisplay.py
......\util.py