-
Notifications
You must be signed in to change notification settings - Fork 10
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
96 Fix RailEnvPersister incomplete. #97
base: main
Are you sure you want to change the base?
Conversation
@@ -774,3 +773,51 @@ def close(self): | |||
except Exception as e: | |||
print("Could Not close window due to:", e) | |||
self.renderer = None | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see a few lines above:
def close(self):
"""
This method closes any renderer window.
The same in :
def render(self, ...
Provisional results
|
…ascii.b2a_base64.
Results same setup
|
Results same setup
|
Changes
==
which is also human-inspectable (RailEnv.__getstate__
) dictionaries.RailEnvPersister
for missing items.Related issues
Fixes #96.
Checklist
docs
folder for relevant behavior changes. If you made important user-facingchanges, describe them under the
[Unreleased]
tag inCHANGELOG.md
.pyproject.toml
file.Requirement files have been updated by running
tox -e requirements
.required to run successfully.
CONTRIBUTING.md
are followed.