يقظان
استكشِف
سجِّل دخولك
أعدّهامساعد .0 نسخة

Reinforcement Learning

  1. 2

    Dynamic Programming, Monte Carlo, and TD Learning

    Move from the model-based world (policy iteration, value iteration) to model-free learning: Monte Carlo methods and Temporal-Difference learning, including the TD(0)/TD(λ) family. This is the conceptual core that everything in deep RL builds on.

  2. 3

    Hands-on: Q-Learning and SARSA from scratch

    Implement tabular Q-learning and SARSA yourself on classic control tasks (FrozenLake, Taxi) using Gymnasium. This turns the equations from the last two stages into working code and builds the muscle memory you'll reuse for deep RL.

  3. 6

    Modern Deep RL Algorithms: PPO, TRPO, SAC

    Study the algorithms that dominate applied deep RL today: trust-region methods (TRPO) and their practical simplification (PPO), plus soft actor-critic (SAC) for continuous control with entropy regularization.

  4. 9

    Capstone Project

    Pick a harder environment or a small original problem (a game, a control task, or a toy trading/scheduling problem) and build an agent end to end, applying what you've learned across the whole stack.

برفقة 🦌 يقظان