About 38,000 results
Open links in new tab
  1. Reinforcement learning - Wikipedia

    While supervised learning and unsupervised learning algorithms respectively attempt to discover patterns in labeled and unlabeled data, reinforcement learning involves training an agent through …

  2. Reinforcement Learning - GeeksforGeeks

    Apr 30, 2026 · Reinforcement Learning (RL) is a branch of machine learning that focuses on how agents can learn to make decisions through trial and error to maximize cumulative rewards.

  3. What is reinforcement learning? - IBM

    In reinforcement learning, autonomous agents learn to perform a task by trial and error in the absence of any guidance from a human user. 1 It particularly addresses sequential decision-making problems in …

  4. Of all the forms of machine learning, reinforcement learn-ing is the closest to the kind of learning that humans and other animals do, and many of the core algorithms of reinforcement learning were …

  5. 12 Reinforcement Learning – 6.390 - Intro to Machine Learning

    Reinforcement learning (RL) is a type of machine learning where an agent learns to make decisions by interacting with an environment. Unlike other learning paradigms, RL has several distinctive …

  6. [2412.05265] Reinforcement Learning: An Overview - arXiv.org

    Dec 6, 2024 · View a PDF of the paper titled Reinforcement Learning: An Overview, by Kevin Murphy

  7. Reinforcement Learning Explained: Core Concepts & Examples

    Learn what reinforcement learning (RL) is through clear explanations and examples. This guide covers core concepts like MDPs, agents, rewards, and key algorithm

  8. What Is Reinforcement Learning and How It Trains AI

    Apr 25, 2025 · Unlike traditional machine learning models that learn from labeled data, reinforcement learning systems learn from experience. They try actions, observe the outcomes, and gradually …

  9. What is Reinforcement Learning? - Reinforcement Learning

    Reinforcement learning (RL) is a machine learning (ML) technique that trains software to make decisions to achieve the most optimal results. It mimics the trial-and-error learning process that humans use to …

  10. What is reinforcement learning (RL)? | Google Cloud

    Reinforcement learning is about learning to make decisions. Imagine an agent, which could be anything from a software program to a robot, navigating an environment. This environment could be a...