ShangtongZhang / reinforcement-learning-an-introduction

Python Implementation of Reinforcement Learning: An Introduction
MIT License
13.45k stars 4.81k forks source link

Fixed START, GOAL state #159

Open MichaelQiYinChen opened 1 year ago

MichaelQiYinChen commented 1 year ago

The START and GOAL changes were fixed at [3,0] and [3,11]. Which is not the case for general (WORLD_HEIGHT, WORLD_WIDTH) case.