From dbb1179ffc77bfd894899cc12e2128c508d2de83 Mon Sep 17 00:00:00 2001 From: Huiming Zhou <64300713+zhm-real@users.noreply.github.com> Date: Sat, 20 Jun 2020 14:12:35 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c4b878a..7857b3f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,16 @@ Directory Structure +### SARSA(on-policy) & Q-learning(off-policy) +* Brown: losing states +
+ + + + + +
value iterationvalue iteration
+
## License MIT License