PokeLLMon icon indicating copy to clipboard operation
PokeLLMon copied to clipboard

Clarification on In-Context Reinforcement Learning Implementation

Open yayaja11 opened this issue 1 year ago • 0 comments

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!

yayaja11 avatar Aug 20 '24 06:08 yayaja11