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

Fix per agent loggers #313

Merged
merged 2 commits into from
Sep 9, 2021
Merged

Fix per agent loggers #313

merged 2 commits into from
Sep 9, 2021

Conversation

DriesSmit
Copy link
Contributor

What?

Fix step loggers to only log at the end of the episode.

Why?

The per agent loggers are doing an unnecessary amount of computation and are more noise than they have to be for the reward logging. The logger charts also did not seem to align in time but this seems to now be fixed.

How?

Update the per agent loggers to only write once at the end of each episode.

Extra

.

@DriesSmit DriesSmit added the bug Something isn't working label Sep 9, 2021
Copy link
Collaborator

@arnupretorius arnupretorius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DriesSmit 👍

Copy link
Contributor

@KaleabTessera KaleabTessera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DriesSmit , this looks good 👍

@arnupretorius arnupretorius merged commit 3159ed4 into develop Sep 9, 2021
@arnupretorius arnupretorius deleted the fix/step_loggers branch September 9, 2021 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants