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

Rnn efficient padding #339

Merged
merged 22 commits into from
Jun 1, 2023
Merged

Rnn efficient padding #339

merged 22 commits into from
Jun 1, 2023

Conversation

MHashemzadeh
Copy link

No description provided.

@@ -107,7 +107,7 @@ def add(self, observation, action, reward, done, **kwargs):
"""

if self._episode_start:
self._pad_buffer(self._max_seq_len - 1)
# self._pad_buffer(self._max_seq_len - 1)

Choose a reason for hiding this comment

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

@MHashemzadeh Can you remove it?

Copy link
Author

Choose a reason for hiding this comment

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

done

Copy link
Collaborator

@hnekoeiq hnekoeiq left a comment

Choose a reason for hiding this comment

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

LGTM. Please just add the link to the reproduced results.

@MHashemzadeh MHashemzadeh requested a review from mrsamsami April 19, 2023 17:00
Base automatically changed from rnn_features to dev June 1, 2023 16:49
@dapatil211 dapatil211 merged commit 2bd50c2 into dev Jun 1, 2023
@dapatil211 dapatil211 deleted the rnn_efficient_padding branch June 1, 2023 16:54
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.

4 participants