Tabular Q-learning Machine Learning
noun phrase
Definition: A Q-learning implementation that stores Q-values in a table for each state–action pair [Bakanach 2023/2024].
Example in context: “Unfortunately, tabular Q-learning is impractical when solving problems with large state spaces.” [Toro Icarte et al. 2022]
Related terms: Q-learning, Q-table, value-based RL