Reinforcement Learning with Python

Categories: Python
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

Learn how machines make decisions by interacting with environments. This course introduces concepts like agents, policies, rewards, and environments using Python and OpenAI Gym.

Course Content

Basics of Reinforcement Learning

  • Lesson 1: What is Reinforcement Learning?
  • Lesson 2: Real-World RL Applications
  • Lesson 3: Agent-Environment Interaction
  • Lesson 4: Rewards and States
  • Lesson 5: Markov Decision Processes
  • Lesson 6: Exploration vs Exploitation
  • Lesson 7: Policies and Value Functions
  • Lesson 8: Temporal Difference Learning
  • Lesson 9: Monte Carlo Methods
  • Lesson 10: Implementing Basic RL in Python

Dynamic Programming

Value-Based Learning

Policy-Based Learning

Advanced RL Applications