Glossary term
Glossary term
Agentic Systems
In reinforcement learning, implementing Q-learning by using a table to store the Q-functions for every combination of state and action.
Created for this library
A research team uses tabular Q-learning in its course material to introduce reinforcement learning before scaling to deep RL.
An RL course uses tabular Q-learning to illustrate value-based learning in environments small enough to enumerate states.
A research lab uses tabular Q-learning as a baseline against deep Q-networks on small environments where the state space can be enumerated.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License