Q-learning
E455376
Q-learning is a model-free reinforcement learning algorithm that learns an action-value function to optimize decision-making by estimating the expected cumulative reward for each state-action pair.
All labels observed (2)
| Label | Occurrences |
|---|---|
| Double Q-learning | 1 |
| Q-learning canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T4586023 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: Q-learning Context triple: [Double DQN, basedOn, Q-learning]
-
A.
Deep Q-Learning
Deep Q-Learning is a reinforcement learning algorithm that uses deep neural networks to approximate Q-values, enabling agents to learn effective policies directly from high-dimensional inputs like raw images.
-
B.
Atari deep Q-network
The Atari deep Q-network is a pioneering deep reinforcement learning system that learned to play a wide range of Atari 2600 video games directly from raw pixels at human-level or better performance.
-
C.
DDPG
DDPG (Deep Deterministic Policy Gradient) is a model-free, off-policy deep reinforcement learning algorithm designed for continuous action spaces, combining ideas from DQN and actor-critic methods.
-
D.
REINFORCE
REINFORCE is a classic Monte Carlo policy gradient algorithm in reinforcement learning that optimizes stochastic policies by estimating gradients from sampled returns.
-
E.
Double DQN
Double DQN is a reinforcement learning algorithm that improves upon standard Deep Q-Networks by reducing overestimation bias through decoupling action selection from action evaluation.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: Q-learning Target entity description: Q-learning is a model-free reinforcement learning algorithm that learns an action-value function to optimize decision-making by estimating the expected cumulative reward for each state-action pair.
-
A.
Deep Q-Learning
Deep Q-Learning is a reinforcement learning algorithm that uses deep neural networks to approximate Q-values, enabling agents to learn effective policies directly from high-dimensional inputs like raw images.
-
B.
Atari deep Q-network
The Atari deep Q-network is a pioneering deep reinforcement learning system that learned to play a wide range of Atari 2600 video games directly from raw pixels at human-level or better performance.
-
C.
DDPG
DDPG (Deep Deterministic Policy Gradient) is a model-free, off-policy deep reinforcement learning algorithm designed for continuous action spaces, combining ideas from DQN and actor-critic methods.
-
D.
REINFORCE
REINFORCE is a classic Monte Carlo policy gradient algorithm in reinforcement learning that optimizes stochastic policies by estimating gradients from sampled returns.
-
E.
Double DQN
Double DQN is a reinforcement learning algorithm that improves upon standard Deep Q-Networks by reducing overestimation bias through decoupling action selection from action evaluation.
- F. None of above. chosen
Statements (47)
| Predicate | Object |
|---|---|
| instanceOf |
model-free reinforcement learning method
ⓘ
reinforcement learning algorithm ⓘ temporal-difference learning method ⓘ |
| assumes | discrete action space in basic form ⓘ |
| canBeExtendedTo | Deep Q-learning ⓘ |
| canBeImplementedWith | tabular representation ⓘ |
| canHandle |
stochastic rewards
ⓘ
stochastic transitions ⓘ |
| canUseExplorationStrategy |
epsilon-greedy policy
ⓘ
softmax action selection ⓘ |
| canUseFunctionApproximation |
linear function approximator
ⓘ
neural network ⓘ |
| convergesUnderConditions |
Markov decision process
ⓘ
decaying learning rate ⓘ sufficient exploration ⓘ |
| describedInPaper | Q-learning ⓘ |
| differsFrom | SARSA as on-policy vs off-policy ⓘ |
| doesNotRequire | model of environment dynamics ⓘ |
| estimates | expected cumulative reward ⓘ |
| hasAuthor | Christopher J. C. H. Watkins NERFINISHED ⓘ |
| hasCoAuthor | Peter Dayan NERFINISHED ⓘ |
| hasKeyEquation | Q(s,a) ← Q(s,a) + α[r + γ max_{a'} Q(s',a') − Q(s,a)] ⓘ |
| isModelFree | true ⓘ |
| isOffPolicy | true ⓘ |
| isPartOf | reinforcement learning field ⓘ |
| isRelatedTo | SARSA NERFINISHED ⓘ |
| isSensitiveTo |
exploration schedule
ⓘ
learning rate choice ⓘ reward scaling ⓘ |
| isUsedFor | optimal policy learning ⓘ |
| isUsedIn |
autonomous decision-making
ⓘ
game playing ⓘ resource allocation ⓘ robotics control ⓘ |
| learns | action-value function ⓘ |
| operatesOn | state-action pairs ⓘ |
| policyDerivedBy | greedy action selection over Q-values ⓘ |
| publicationYear | 1992 ⓘ |
| publishedInJournal | Machine Learning NERFINISHED ⓘ |
| requires | reward signal ⓘ |
| solves | Markov decision process control problems ⓘ |
| updatesFrom | sample transitions ⓘ |
| usesDiscountFactor | gamma ⓘ |
| usesLearningRateParameter | alpha ⓘ |
| usesMaxOperatorOver | next-state action values ⓘ |
| usesUpdateRule | Bellman optimality equation NERFINISHED ⓘ |
| usesValueFunction | true ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: Q-learning Description of subject: Q-learning is a model-free reinforcement learning algorithm that learns an action-value function to optimize decision-making by estimating the expected cumulative reward for each state-action pair.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.