eloialonso / iris

Transformers are Sample-Efficient World Models. ICLR 2023, notable top 5%.
https://openreview.net/forum?id=vhFu1Acb0xb
GNU General Public License v3.0
791 stars 77 forks source link

sample_weights problem #18

Closed abliao closed 1 year ago

abliao commented 1 year ago

image "num_weights < num_episodes" seems to be modified to "num_weights > num_episodes"

eloialonso commented 1 year ago

Thanks for pointing that out! This feature was not used during experiments and we thus removed it accordingly.