搜索资源列表
shiyang3
- 迷宫中老鼠模型,马尔可夫过程的应用实现例子-maze rat model, Markov process of achieving example
matlabsnakegame
- The Game: Make the snake grow longer by directing it to the food. Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time. Higher level gives more points for the food but will also ma
LBM颜色模型
- Lattice boltzmann simulation for two phase flow, red and blue, maze model
short100
- 本程序是基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径。-This procedure is based on the priority direction of the robot to find the optimal path algorithm can also be used to solve the shortest path to the maze.
F74966214_1
- 在cmd介面實做出老鼠走迷宮,可從迷宮逃出-In the cmd interface really make a mouse Maze, escaped from the Maze
maze_gen3
- 基于matlab编写的迷宫生成程序!可以用于生成迷宫,并求解路径。-Prepared based on matlab maze generation program! Can be used to generate the maze, and solution paths.
migong
- 这是一个迷宫的小程序,做好玩玩的`有兴趣可以看看。-This is a maze of small programs and do play the `interested can look at.
Graphicalmaze
- This is Maze , developed in C language . It is graphical using C graphic library
Matlab-Maze-procedure
- Matlab迷宫程序 一种很巧妙的迷宫地图生成程序,平且能让你来破解迷宫 -Matlab program a very clever maze maze map generator, flat and allow you to crack the maze
bestpath
- 该程序为机器人最优路径的Matlab源程序,并且基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径,算法中是以100*100的格点为实例的,其中标0的位置为可行的点,标1的为障碍物,参考者可以根据自己的情况修改场地信息矩阵和起始点、目标点中间的算法不用修改。-Robot optimal path Matlab source code of this program is based on the priority direction of the robot to find th
MAZE
- a new way to solve MAZE problem using cellular automaton
Path_Planning
- Robot Path Planning Algorithm for Maze
maze
- Maze Matlab code designer and solver
maze_gen3
- 迷宫程序,用matlab编写的一段实现迷宫的小程序-Maze procedure, using Matlab prepared a section of the maze procedure
Uzcmmgzips
- 使用matlab程序源码读取迷宫图象文件,并进行处理,成功走出了迷迷宫.此程序源码只能准确绘出只有一条路径的任意复杂迷宫 可直接使用。 -Matlab program source code to read the maze of image files, and processed successfully out of the fans maze. This program source code can only be accurately drawn to a path of arb
Q-learning
- 增强式算法中的Q-学习算法,MATLAB实现,用于迷宫的最佳路径搜索-Enhanced Q-learning algorithm-algorithm, MATLAB implementation for the maze path search
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
SimulatorMatlab
- 模拟机器人在迷宫寻找出口的程序,使用蒙特卡洛算法定位,模拟测试找路程序-Simulated robot in a maze looking for export, the use of Monte Carlo algorithm to locate, find a way to simulate the test program
MachineLearningMazePolicyEvaluation
- Machine Learning Code maze policy iteration value iteration
reinforcement-learning-robot-in-maze-master
- Reinforcement learning, a Q learning algorithm, implementation on a robot that tryies to solve randomly created maze and reach the goal. Note that you can run .m files both on Matlab and Octave.