notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

RecencyHeuristic.md (344B)


      1 # Recency Heuristic
      2 
      3 L4
      4 
      5 **Definition:** The recency heuristic is a solution to the credit assignment problem where we assign credit to reward/punishment to the most recent state(s).
      6 
      7 This is opposed to the [Frequency Heuristic](FrequencyHeuristic.md) where we assign credit to the things that happened most often leading to the reward signal.