reinforcement-learning-an-introduction icon indicating copy to clipboard operation
reinforcement-learning-an-introduction copied to clipboard

A python implementation of the concepts in the book "Reinforcement Learning: An Introduction" by R.S. Sutton and A. G. Barto.

Results 1 reinforcement-learning-an-introduction issues
Sort by recently updated
recently updated
newest added

**Issue Description:** The reproduction code for the Gridworld environment, located [here](https://github.com/epignatelli/reinforcement-learning-an-introduction/blame/e260cacdb1ec8e51af46da4031054d4c6771322c/chapter-4/gridworld.py#L129), appears to have an inconsistency regarding the implementation of the discount factor in the policy evaluation. According to Sutton's...