Exploration / Exploitation

Exploration-exploitation dilemma

The exploration-exploitation dilemma is a concept in decision-making that involves balancing the choice between exploiting known options and exploring new ones. Exploitation relies on past experiences to choose the best-known option, while exploration involves trying out new options for potentially better outcomes in the future. Striking the right balance between these strategies is important for maximizing long-term benefits in decision-making situations.

3 courses cover this concept

CS 234: Reinforcement Learning

Stanford University

Winter 2023

This course offers a solid introduction to the field of reinforcement learning (RL), covering challenges, approaches, and deep RL. Prerequisites include Python proficiency and foundations of machine learning. Students will be able to implement RL algorithms and evaluate them.

No concepts data

+ 11 more concepts

CS 294-40: Learning for robotics and control

UC Berkeley

Fall 2008

This advanced course focuses on the applications of machine learning in the robotics and control field. It covers a wide range of topics including Markov Decision Processes, control theories, estimation methodologies, and robotics principles. Recommended for graduate students.

No concepts data

+ 27 more concepts

AA 228 / CS 238 Decision Making under Uncertainty

Stanford University

Winter 2023

The course introduces decision making under uncertainty from a computational perspective, covering dynamic programming, reinforcement learning, and more. Prerequisites include basic probability and fluency in a high-level programming language.

No concepts data

+ 22 more concepts