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

Make a loggers filename publicly accessible #270

Closed
jwaa opened this issue Feb 17, 2021 · 0 comments
Closed

Make a loggers filename publicly accessible #270

jwaa opened this issue Feb 17, 2021 · 0 comments
Labels
request A request for a new feature

Comments

@jwaa
Copy link
Member

jwaa commented Feb 17, 2021

Is your feature request related to a problem? Please describe.
For post-processing of the data a logger recorded, it helps to know where the data was stored. This is now hidden in GridWorldLogger.__file_name. It would be nice to have this as a publicly available attribute.

Describe the solution you would like

class GridWorldLogger:
    ...
    @property
    def file_name():
        return self.__file_name

Describe alternatives you have considered
None really...

Additional context
Originating from #267 and #268

@jwaa jwaa added the request A request for a new feature label Feb 17, 2021
@thaije thaije closed this as completed in 90108b0 Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request A request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant