Skip to content

Increase the size of simple maze example#229

Draft
mohsen-ghaffari1992 wants to merge 1 commit into
mainfrom
memory-issue
Draft

Increase the size of simple maze example#229
mohsen-ghaffari1992 wants to merge 1 commit into
mainfrom
memory-issue

Conversation

@mohsen-ghaffari1992

Copy link
Copy Markdown
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

wasowski commented Jan 9, 2024 via email

Copy link
Copy Markdown
Member

@mohsen-ghaffari1992

mohsen-ghaffari1992 commented Jan 10, 2024 via email

Copy link
Copy Markdown
Collaborator Author

@mohsen-ghaffari1992

mohsen-ghaffari1992 commented Jan 10, 2024 via email

Copy link
Copy Markdown
Collaborator Author

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