mirror of
https://github.com/zhm-real/PathPlanning.git
synced 2026-08-29 08:34:46 +08:00
Update README.md
This commit is contained in:
@@ -37,7 +37,7 @@ Directory Structure
|
||||
├── Sarsa.py # SARSA : on-policy TD control
|
||||
└── Q-learning.py # Q-learning : off-policy TD control
|
||||
|
||||
## Animations
|
||||
## Animations - Search-Based
|
||||
### Best-First & Dijkstra
|
||||
<div align=right>
|
||||
<table>
|
||||
@@ -82,6 +82,17 @@ Directory Structure
|
||||
</table>
|
||||
</div>
|
||||
|
||||
## Animation - Sampling-Based
|
||||
### RRT & Variants
|
||||
<div align=right>
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="https://github.com/zhm-real/PathPlanning/blob/master/Sampling-based%20Planning/gif/RRT_2D.gif" alt="value iteration" width="400"/></a></td>
|
||||
<td><img src="https://github.com/zhm-real/PathPlanning/blob/master/Sampling-based%20Planning/gif/RRT_CONNECT_2D.gif" alt="value iteration" width="400"/></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
### Value/Policy/Q-value/Q-policy Iteration
|
||||
* Brown: losing states
|
||||
<div align=right>
|
||||
|
||||
Reference in New Issue
Block a user