mirror of
https://github.com/zhm-real/PathPlanning.git
synced 2026-08-29 16:40:46 +08:00
Merge branch 'master' of https://github.com/zhm-real/path-planning-algorithms
This commit is contained in:
@@ -21,8 +21,8 @@ Directory Structure
|
||||
|
||||
## Animations
|
||||
### Dijkstra's & A*
|
||||
* Blue node: starting node
|
||||
* Green node: goal node
|
||||
* Blue: starting state
|
||||
* Green: goal state
|
||||
|
||||
<div align=right>
|
||||
<table>
|
||||
@@ -33,5 +33,17 @@ Directory Structure
|
||||
</table>
|
||||
</div>
|
||||
|
||||
### Value/Policy/Q-value/Q-policy Iteration
|
||||
* Brown: losing states
|
||||
<div align=right>
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="https://github.com/zhm-real/path-planning-algorithms/blob/master/Stochastic%20Shortest%20Path/gif/VI.gif" alt="value iteration" width="400"/></a></td>
|
||||
<td><img src="https://github.com/zhm-real/path-planning-algorithms/blob/master/Stochastic%20Shortest%20Path/gif/VI.jpeg" alt="value iteration" width="400"/></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
## License
|
||||
MIT License
|
||||
|
||||
Reference in New Issue
Block a user