zoharri / mamba

Meta-RL Model-Based Algorithm
Other
22 stars 1 forks source link

Issue with reward_metrics dictionary #1

Closed SSubhnil closed 3 months ago

SSubhnil commented 3 months ago

I think the reward_metrics dictionary in models.py (line 465) is not defined anywhere before being declared in the 'for' loop. I am also struggling to find any reference to anything similar to this dictionary.

Let me know what you think!

zoharri commented 3 months ago

Hi @SSubhnil, thank you for bringing this to my attention. You are right, this dictionary is a leftover from a deleted code chunk. I pushed a fix, let me know if you have any further problems.