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:
@@ -44,6 +44,16 @@ Directory Structure
|
||||
</table>
|
||||
</div>
|
||||
|
||||
### SARSA(on-policy) & Q-learning(off-policy)
|
||||
* Brown: losing states
|
||||
<div align=right>
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="https://github.com/zhm-real/path-planning-algorithms/blob/master/Model-free%20Control/gif/SARSA.gif" alt="value iteration" width="400"/></a></td>
|
||||
<td><img src="https://github.com/zhm-real/path-planning-algorithms/blob/master/Model-free%20Control/gif/Qlearning.gif" alt="value iteration" width="400"/></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
## License
|
||||
MIT License
|
||||
|
||||
Reference in New Issue
Block a user