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
First of all, great project—thank you for all your hard work!
However, I have been reviewing the main.py file and noticed that there seems to be no implementation of in-context reinforcement learning (ICRL). While I found a calc_reward function, it appears unused. Additionally, there seems to be no implementation of a neural network, which I expected might be part of an ICRL setup.
Could you please explain how in-context RL is applied in your code?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
First of all, great project—thank you for all your hard work!
However, I have been reviewing the main.py file and noticed that there seems to be no implementation of in-context reinforcement learning (ICRL). While I found a calc_reward function, it appears unused. Additionally, there seems to be no implementation of a neural network, which I expected might be part of an ICRL setup.
Could you please explain how in-context RL is applied in your code?
Thank you!
The text was updated successfully, but these errors were encountered: