notes

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

Explore.md (233B)


      1 # Explore
      2 
      3 RL Ch 1
      4 
      5 **Definition:** To explore in RL means to select an option that is either unknown or suboptimal and then continuing the evaluate that path with the hope it may lead to a better outcome than the known best option.