mpatacchiola / dissecting-reinforcement-learning

Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
https://mpatacchiola.github.io/blog/
MIT License
609 stars 175 forks source link

Update temporal_differencing_control_sarsa.py #9

Closed ghost closed 5 years ago

ghost commented 5 years ago

Cast to int the "new_action" value for index "state_action_matrix".