juniorQ-Learning
What is an action in Q-Learning?
Updated May 17, 2026
Short answer
An action is a choice made by the agent in a state.
Deep explanation
Actions transition the agent from one state to another and influence reward.
Real-world example
Moving a character in a video game.
Common mistakes
- Defining invalid or inconsistent action spaces.
Follow-up questions
- Can actions be continuous?