Open IsaevRustam opened 3 weeks ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Thanks for the PR.
I would appreciate a detailed description if it wasn't hallucinated. E.g. (1) ("Upgraded all project dependencies to their latest versions") is definitely not in this PR.
Please update the PR description so it corresponds to reality. Deleting that auto-generated summary is fine.
Deleting that auto-generated summary is fine.
Thank you for the response. After reviewing it with fresh eyes, I realized there were no updates to libraries or reqs dependencies in the final PR.
I was dealing with an error related to the ALE namespace and was solving dependencies problems with this issue. I was solving deps errors and so on with gym and gymnasium (with ALE namespace) in different branch, but after few evenings I found a simple solution:
gym.register_envs(ale_py)
This caused the cursor bot to include those changes in the summary, even though they weren’t part of the final PR. My bad, didn't check it properly.
P.S. Updated PR description. Thanks for remarks.
Hey!
Just recognized about this PR and its not closed or merged yet.
Should I close this PR or mb draft it?
Changes Made
Refactored Wrappers
gymnasium.wrappers.frame_stack
withgym.wrappers.stateful_observation.FrameStackObservation
to resolve the following error:Fixed Image Display Issues
Added Flexible Logging with
logger.py
Introduced
logger.py
with theLogger
class, providing options to log to TensorBoard or usematplotlib.pyplot
(plt) for visualization.Usage Example:
Notes
logger.py
supports different environments, like Google Colab, simplifying visualization for students without complex setups.