Starting from:

$34.99

CS7642 Project #1-Desperately Seeking Sutton Solution



Problem
Description
For this project, you will read Richard Sutton’s 1988 paper Learning to Predict by the Methods of Temporal Differences. Then you will create an implementation and replication of the results found in figures 3, 4, and 5. (It might also be informative to compare these results with those in Chapter 7 of Sutton’s textbook: "Reinforcement Learning: An Introduction".)
You will present your work in a written report of a maximum of 5 pages. The report should include a description of the experiment replicated, how the experiment was implemented (the environment, algorithms, etc), and the outcome of the experiment. You should describe how well your results match the results given in the paper as well as any significant differences. Describe any pitfalls you ran into while trying to replicate the experiment from the paper (e.g. unclear parameters, contradictory descriptions of the procedure to follow, results that differ wildly from the published results). What steps did you take to overcome those pitfalls? What assumptions did you make? And, why were these assumptions justified? Add anything else that you think is relevant to discuss.



Procedure
As noted, replicating results can be challenging. Expect some issues along the way and be prepared to resolve them.
● Read Sutton's Paper
● Write the code necessary to replicate Sutton's experiments
○ You will be replicating figures 3, 4, and 5 (Check Erratum at the end of paper)
● Create the graphs
○ Replicate figures 3, 4, and 5
○ The quality of the code is not graded. You don’t have to spend countless hours adding comments, etc. But, it will be examined by the TAs.
○ Make sure to include a README.md file for your repository
■ Include thorough and detailed instructions on how to run your source code in the README.md
○ You will be penalized by 20 points if you:
■ Do not have any code or do not submit your full code to the GitHub repository
■ Do not include the git hash for your last commit in your paper
● Write a paper describing the experiments, how you replicated them, and any other relevant information.
○ Include the hash for your last commit to the GitHub repository in the paper’s header.
○ 5 pages maximum -- really, you will lose points for longer papers.
○ The rubric includes a few points for formatting. Make sure your graphs are legible and you cite sources properly. While it is not required, we recommend you use a conference paper format. Just pick any one.
○ Describe the problem
■ Don’t cut corners here. We’ve never read your take and analysis of the random walk.
○ Your graphs
■ And, discussions regarding them
○ Describe the experiments
■ Discuss the implementation
■ Discuss the outcome
■ The generated data
○ Describe your results
■ How do they match
■ How do they differ
■ Why they do
○ Describe any problems/pitfalls you encountered
■ How did you overcome them
■ What were your assumptions/justifications for this solution
○ Yes, it can be done within 5 pages and in normal font size
○ Save this paper in PDF format
○ Submit!
Resources
The concepts explored in this project are covered by:
● Lectures
○ Lesson 4: TD and Friends
● Readings
○ Learning to Predict by the Methods of Temporal Differences
Submission Details
The submission consists of:
To complete the assignment, submit your written report to Project 1 under your Assignments on Canvas: https://gatech.instructure.com
Note: Late is late. It does not matter if you are 1 second, 1 minute, or 1 hour late. If Canvas marks your assignment as late, you will be penalized. Additionally, if you resubmit your project and your last submission is late, you will incur the penalty corresponding to the time of your last submission.
Grading and Regrading
When your assignments, projects, and exams are graded, you will receive feedback explaining your errors (and your successes!) in some level of detail. This feedback is for your benefit, both on this assignment and for future assignments. It is considered a part of your learning goals to internalize this feedback. This is one of many learning goals for this course, such as understanding game theory, random variables, and noise.
It is important to note that because we consider your ability to internalize feedback a learning goal, we also assess it. This ability is considered 10% of each assignment. We default to assigning you full credit. If you request a regrade and do not receive at least 5 points as a result of the request, you will lose those 10 points.

More products