Congratulations!

Reinforcement Learning với Gymnasium trong Python

Fouad Trad

Machine Learning Engineer

Chapter 1

 

Introduction to reinforcement learning
  • Fundamentals of RL
  • RL framework
  • Gymnasium

  Image showing that the environment provides the agent with observations, then the agent performs actions, and receives rewards or penalties based on these actions.

Reinforcement Learning với Gymnasium trong Python

Chapter 2

modelfree.png

Model-based learning
  • Markove Decision Process
  • Policies, value functions
  • Policy iteration, value iteration
Reinforcement Learning với Gymnasium trong Python

Chapter 3

Model-Free Learning
  • Monte Carlo methods
  • Temporal difference learning
    • SARSA
    • Q-learning

Image of a robot interacting with a chess environment.

Reinforcement Learning với Gymnasium trong Python

Chapter 4

lastchapter.png

Advanced strategies in model-free RL
  • Expected SARSA
  • Double Q-learning
  • Exploration-exploitation
  • Multi-armed bandits
Reinforcement Learning với Gymnasium trong Python

Next steps

  • Dive into advanced RL topics
  • Deep RL
  • Exploring more complex environments
  • Creating your own environments

nextstep.png

Reinforcement Learning với Gymnasium trong Python

Congratulations!

Reinforcement Learning với Gymnasium trong Python

Preparing Video For Download...