Glossary term
Glossary term
Agentic Systems
A graph representing the decision-making model where decisions (or actions) are taken to navigate a sequence of states under the assumption that the Markov property holds. In reinforcement learning, these transitions between states return a numerical reward.
Created for this library
A logistics team frames vehicle routing as a Markov decision process to enable reinforcement learning approaches to dispatching.
A trading research team frames intraday execution as a Markov decision process where each minute is a step and actions are order placements.
An energy company frames HVAC control as a Markov decision process with states for temperature and occupancy and actions for setpoint changes.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License