Update README.md

This commit is contained in:
Huiming Zhou
2020-06-20 14:12:35 -07:00
committed by GitHub
parent 19c310db1a
commit dbb1179ffc
+10
View File
@@ -44,6 +44,16 @@ Directory Structure
</table> </table>
</div> </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 ## License
MIT License MIT License