搜索资源列表
MAZE
- a new way to solve MAZE problem using cellular automaton
Matlab_BFS_Maze
- 本程序用Matlab语言实现广度优先算法求解迷宫问题,其中1表示障碍,0表示通路,2表示入口,3表示出口,5表示行走路线-Program using Matlab breadth-first algorithm to solve the maze problem, where 1 indicates obstacles 0 indicates that pathway, entrance 3 export 5 shows the routes
Q_learning
- 这是一种简单的网格迷宫问题Q-learning实现(This is a simple Q-learning implementation of grid maze problem)