From 3b1951f5ebca0f44ebbf226794e9bc114ce83cf4 Mon Sep 17 00:00:00 2001 From: Sriram Ganapathi Subramanian <s2ganapathisubrmanian@uwaterloo.ca> Date: Sat, 13 Jun 2020 13:13:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa75ca1..c518433 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Suggestions to try: - Policy Gradients (harderer) - **(10%) bonus** Implement four algorithms in total (you can do more but we'll only look at four, you need to tell us which). - **(40%)** Report : Write a short report on the problem and the results of your three algorithms. The report should be submited on LEARN as a pdf. - - Describing each algorithm you used, define the states, actions, dynamics. Define the mathematical formulation of your algorithm, show the Bellman updates for you use. + - Describing each algorithm you used, define the states, actions, dynamics. Define the mathematical formulation of your algorithm, show the Bellman updates for the algorithms you use. - Some quantitative analysis of the results, a default plot for comparing all algorithms is given. You can do more than that. - Some qualitative analysis of why one algorithm works well in each case, what you noticed along the way. -- GitLab