Exploit.md (275B)
1 # Exploit 2 3 RL Ch 1 4 5 **Definition:** To exploit in RL means to take the known best move in the current state. 6 7 This is the opposite of explore which is to take a random move and see how that plays out in the future in case it may be better than the current best known option.