Find the word definition

Wikipedia
State-Action-Reward-State-Action

State-Action-Reward-State-Action (SARSA) is an algorithm for learning a Markov decision process policy, used in the reinforcement learning area of machine learning. It was introduced in a technical note where the alternative name SARSA was only mentioned as a footnote.

This name simply reflects the fact that the main function for updating the Q-value depends on the current state of the agent "S", the action the agent chooses "A", the reward "R" the agent gets for choosing this action, the state "S" that the agent will now be in after taking that action, and finally the next action "A" the agent will choose in its new state. Taking every letter in the quintuple (s, a, r, s, a) yields the word SARSA.