Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (The MIT Press) - Provides a comprehensive theoretical foundation for reinforcement learning algorithms and core concepts.
Gymnasium Documentation, The Gymnasium Contributors, 2024 - Official guide for interacting with standardized reinforcement learning environments, widely integrated across RL frameworks.
RLlib Documentation, The Ray Project Contributors, 2024 - Official documentation for a scalable, distributed reinforcement learning library that supports a wide array of algorithms and multi-agent settings.