Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Before I will do the checklist I wanted to ask for feedback, do the community think that this change is useful and want me to continue?
Added BabyAI-Text environments to Minigrid, which provide textual descriptions of observations instead of symbolic representations. This extends the BabyAI platform to enable training language models as agent policies in interactive environments. The new environments maintain the same underlying mechanics as original BabyAI tasks but return text observations describing the agent's partial view of the environment.
Code is copied and adapted from https://github.com/flowersteam/Grounding_LLMs_with_online_RL
Key additions:
This addition enables research on grounding language models in interactive environments while maintaining the sample efficiency.
Type of change
Please delete options that are not relevant.
Screenshots
Example observation:
Corresponding description:
Checklist:
pre-commit
checks withpre-commit run --all-files