Tabular Q-learning Machine Learning
noun
Definition: A Q-learning implementation that stores Q-values in a table for each state–action pair [Bakanach 2023/2024].
Example in context: “Tabular Q-learning is practical for small discrete state spaces.” []
Related terms: Q-learning, Q-table, value-based RL