We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the script main.py in the Exercise 8.4, I noticed that the Dyna-Q-new method never terminates.
main.py
Upon inspection, I found that the agent gets stuck either next to the blocks or next to a wall.
sutton_and_barto/code/chapter8/ex_8.4/main.py
Line 55 in 8e99b48
To showcase this, I have pasted the $(A_{t}, S_{t+1})$ pairs for the first 500 steps below:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run the script
main.py
in the Exercise 8.4, I noticed that the Dyna-Q-new method never terminates.Upon inspection, I found that the agent gets stuck either next to the blocks or next to a wall.
sutton_and_barto/code/chapter8/ex_8.4/main.py
Line 55 in 8e99b48
To showcase this, I have pasted the$(A_{t}, S_{t+1})$ pairs for the first 500 steps below:
The text was updated successfully, but these errors were encountered: