babyai icon indicating copy to clipboard operation
babyai copied to clipboard

BabyAI platform. A testbed for training agents to understand and execute language commands.

Results 13 babyai issues
Sort by recently updated
recently updated
newest added

This PR follows [this one](https://github.com/Farama-Foundation/gym-minigrid/pull/194) in Minigrid and should at the very leaast await gym 0.25.0. In the meantime, environment and setup files use versions of gym and gym-minigrid that...

Hi, is there anyway efficient way to generate unsolvable demonstrations? It seems that some levels have a 100% rate of getting solvable initialized grids, but, for example, in BossLevel the...

`python script/train_rl.py --env 'BabyAI-PutNext-v0' --tb True` Should I configure other parameters? But I change the environment to 'Open' or 'Pickup' or 'Goto', it works well.

Hi. It seems that the gym and gym-minigrid versions are not specified in the repo. I tried gym-minigrid==1.0.2 and gym==0.24.1, and it gives the following error when I run `scripts/train_rl.py...

The BOT stack for `BabyAI-PickupLoc-v0` contains a drop subgoal. It is due to the fact that every pickup subgoal automatically adds a drop subgoal. However, for PickupLoc, when the BOT...

bug

Hi, My question relates to the RL results in Table 3 of the paper. I’m trying to use the iclr19 branch to generate at least 10 such results (for each...

question

Error when running conda setup instructions, has anyone ran into this before? Linux ![babyaierror](https://user-images.githubusercontent.com/82422675/191333152-a4c14e64-487c-4196-afd2-ecbb27ef4336.PNG)

Hi, I was visualising the last observation of each demonstration generated by the bot and I found that the goal was not achieved in the last observation too. Are the...

Fixes the bug raised [here](https://github.com/Farama-Foundation/gym-minigrid/issues/217).

1. Remove Unused Imports 2. Improve Argument Parsing 3. Use a Dictionary for Keyboard Actions 4. Avoid Repeated Calls to step() and redraw() 5. Consolidate the Mission Printing