top of page

Reinforcement Learning

Course Details:

8

Weeks

8

Credits

Duration

Duration

Module Overview

This course teaches students the fundamentals of reinforcement learning and its elements. As part of the course, students would be introduced to OpenAI gym - which is a programming environment used for implementing RL agents. The key objective being to familiarize students with basic RL algorithms and applications. The emphasis would thus be on algorithms and applications, with some broad explanation of the underlying principles.

Learning Outcomes

Upon successfully completing the course, you will be able to:

  1. Explain the following concepts:

    1. Episodic and continuing tasks

    2. Reward hypothesis, goals and rewards, cumulative rewards and discounted returns

    3. Markov decision processes (MDP)

    4. Policy and value functions (state value function, action value function)

  2. Implement and train a Deep Q network

  3. Implement and train a policy gradient network

bottom of page