-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
hive/replays/recurrent_replay.py
Outdated
@@ -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) |
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.
@MHashemzadeh Can you remove it?
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.
done
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.
LGTM. Please just add the link to the reproduced results.
No description provided.