Skip to content

Conversation

@g0djan
Copy link
Contributor

@g0djan g0djan commented Oct 10, 2025

It was replaced with this class everywhere else in this PR #544

It was replaced with this class everywhere else in this PR yandexdataschool#544
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

"An observation is a 4-frame-stack of grayscale images with reduced resolution.\\\n",
"Memory (RAM) is a high-demand resource in this task. That's why:\n",
"1. We use the uint8 dtype instead of float32 the neural network will operate on\n",
"2. We don't represent them as numpy.ndarrays. **LazyFrames** are used by gym.wrappers.FrameStack instead. 2 consecutive observations share 3 of 4 frames. LazyFrames make use of this fact to save memory.\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

LazyFrames are however still referenced in the explanation. I'd apreciate some advice on how this text should be updated accordingly

@dniku dniku requested a review from zshrav October 12, 2025 18:08
@dniku
Copy link
Collaborator

dniku commented Oct 12, 2025

@zshrav week04_approx_rl/homework_pytorch_main.ipynb still references LazyFrames which were removed in #544. You are the latest person to touch those lines. What's the best way to amend the references?

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