Skip to the content.
rlai
This is a Python implementation of concepts and algorithms described in "Reinforcement Learning: An Introduction" (Sutton and Barto, 2018, 2nd edition).
View on GitHub
Home
> Chapter 1: Introduction
rlai.core.Policy
Base policy class.