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
I'm wanting to get my agent to apply rl_search and belief fine-tuning at test time. I've successfully got rl_search working by running this python file, however, when I try to get rl_search to use a belief model using this argument, it's giving me an error on this line that the constructor for ARBeliefModel does not accept the "mode" keyword argument. It seems to me that the OBL github repository is not up-to-date to allow belief fine-tuning with RL search.
How can I get belief fine-tuning to work with rl search? Any help is greatly appreciated!
Hi Hengyuan,
I'm wanting to get my agent to apply rl_search and belief fine-tuning at test time. I've successfully got rl_search working by running this python file, however, when I try to get rl_search to use a belief model using this argument, it's giving me an error on this line that the constructor for ARBeliefModel does not accept the "mode" keyword argument. It seems to me that the OBL github repository is not up-to-date to allow belief fine-tuning with RL search.
How can I get belief fine-tuning to work with rl search? Any help is greatly appreciated!
Thanks in advance :)