Notes from the Deep Reinforcement Learning Course by HuggingFace
Notes from the Deep Reinforcement Learning Course by HuggingFace UNIT 1. INTRODUCTION TO DEEP REINFORCEMENT LEARNING Definition Reinforcement learning is a framework where an agent learns by doing actions within an environment and receiving rewards
Return function Let $r_t$ be the reward received at the time step $t$.The cumulative reward(=return) $R(\tau)$ received from time step $t$, following the trajectory $\tau$ (sequence of states/actions) with a discount rate $\gamma$ is defined by: