Clément ROMAC
Clément ROMAC
Hi Ricky, Thank you for spotting this. A fix could be done, especially for objects blocking walls. However, we are not sure how to properly describe walls. In BabyAI, the...
I let @tcarta look at this :)
Hi, What is your version of Accelerate? The passed device isn't recognized which is weird.
Please see https://github.com/flowersteam/lamorel/issues/24 as it seems to be due to pythorch's version.
Hey, the figure indeed summarizes the process from a high level perspective but the details in the paper are what is really happening: we do fine-tune the whole LLM. So,...
Hi, Details concerning computational resources can be found in the end of Appendix E of our paper: https://arxiv.org/abs/2302.02662. We did not report the number of tokens and there is no...
Hi, It would be great to see BabyAI-Text extended to other tasks! As it has been initially made for our experiments on grounding, the [current code](https://github.com/flowersteam/Grounding_LLMs_with_online_RL/blob/a2f9ce5d14aa8b59aea91c7e1ab1330f36fd7486/babyai-text/gym-minigrid/gym_minigrid/minigrid.py#L1326) mapping the grid environment...
Hi, Concerning your first issue, the stack trace you provided misses the real issue that happened so I can't tell. Anyway accelerate has some difficulties with launching two processes on...