Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (MIT Press) - This is the authoritative textbook on reinforcement learning, providing a comprehensive treatment of Markov Decision Processes and the fundamental role of reward functions in defining the agent's objective.
CS234: Reinforcement Learning, Emma Brunskill, 2025 (Stanford University) - This university course offers a structured and up-to-date academic introduction to reinforcement learning, including clear explanations of Markov Decision Process components like reward functions.
Reward Shaping in Reinforcement Learning: A Survey, Yilin Weng and Yifei Li and Kaibing Zhang and Xinyi Chen and Lei Yu and Li Gu, 2023arXiv preprint arXiv:2307.03746DOI: 10.48550/arXiv.2307.03746 - This survey addresses the techniques for designing effective reward functions, such as reward shaping, which is relevant to mitigating challenges like sparse rewards and guiding agent behavior.