Time and Place: Tuesday, Friday 1:35pm - 3:15pm, Kariotis Hall 309
Khoury College of Computer Sciences
Instructor: Chris Amato
This course will introduce the student to reinforcement learning. The bulk of what we will cover comes straight from the second edition of Sutton and Barto's book, Reinforcement Learning: An Introduction. However, we will also cover additional material drawn from the latest deep RL literature. The following list of topics is subject to revisions.
Reinforcement Learning: An Introduction, 2nd Ed., Sutton and Barto
Cheating and other acts of academic dishonesty will be referred to OSCCR (office of student conduct and conflict resolution) and the College of Computer Science. See this link.
Late assignments will be penalized by 10% for each day late. For example, if you turned in a perfect programming assignment two days late, you would receive an 80% instead of 100%.
Primary Instructor: Chris
Amato ( c [dot] amato [at] neu [dot] edu )
Office hours: 3:15pm-4:45pm on Tuesdays in ISEC 522, or by Appt.
TA: Andrea Baisero: baisero [dot] a [at] husky [dot] neu [dot] edu
Office hours: Thursday 1:30pm-3pm, ISEC 505
TA: Behrooz Moradi Bajestani: moradibajestani [dot] b [at] husky
[dot] neu [dot] edu
Office hours: Monday 12pm-1:30pm, ISEC 501
Our Piazza page is here.
Required course work is:
Many of the weekly assignments will involve programming in Python. You must be proficient with python and able to install tensorflow on your computer.
We will assign approximately one problem set each Thursday that will be due on the following Tuesday.
The final project assignment will be found here. The final project can be on any topic related to RL. Students may work alone or in groups of two. Many people choose to work on a project applying a method studied in the class (or a related method) to some practical problem. The amount of project work should be equivalent to approximately three programming assignments.
We're using git. You should follow the instructions outlined here.