The document discusses using reinforcement learning to automatically select between two object recognition methods. The goal is for a robot to decide which method to use depending on current conditions. It describes using Q-learning to choose between Lowe's feature matching or a vocabulary tree algorithm. State is defined based on image attributes, and actions update the value of state-action pairs to select the best recognition method.