Skip to content
New issue

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

Increase the size of simple maze example #229

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mohsen-ghaffari1992
Copy link
Collaborator

I made an small change in simple maze example. If you test SarsaExperiments, your will face with memory issues for 10000 episodes.
I set the TimeHorizon = 1200. If you increase it, your heap will be full even faster because I added time into steps that if it is greater than or equal to TimeHorizon, the episode is finished (it is a final condition).
The evaluation process is now commented out that shows the issue appears in learning process.

@wasowski
Copy link
Member

wasowski commented Jan 9, 2024 via email

@mohsen-ghaffari1992
Copy link
Collaborator Author

mohsen-ghaffari1992 commented Jan 10, 2024 via email

@mohsen-ghaffari1992
Copy link
Collaborator Author

mohsen-ghaffari1992 commented Jan 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants