You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example in the documentation here RE3 crashes in re3.py - line 174 when self.k > self.idx. This can happen when the storage size has been reached and self.idx starts from 0 again. This is the line:
🐛 Bug
In the example in the documentation here RE3 crashes in
re3.py
- line 174 whenself.k > self.idx
. This can happen when the storage size has been reached andself.idx
starts from 0 again. This is the line:intrinsic_rewards[:, i] = th.log(th.kthvalue(dist, self.k + 1, dim=1).values + 1.0)
To Reproduce
Relevant log output / Error message
IndexError: kthvalue(): Expected reduction dim 1 to have non-zero size.
System Info
No response
Checklist
The text was updated successfully, but these errors were encountered: