notes

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

RewardSignal.md (281B)


      1 # Reward Signal
      2 
      3 RL Ch 1
      4 
      5 **Definition:** The reward signal is a one time signal sent to an agent telling them that the something right now is good.
      6 
      7 In this context right now may imply the current state is good or the next state will be good based on the action currently chosen.