mila-iqia / babyai

BabyAI platform. A testbed for training agents to understand and execute language commands.
BSD 3-Clause "New" or "Revised" License
700 stars 146 forks source link

Fix issue #98, enjoy.py needs to be updated for new gym-minigrid #99

Closed maximecb closed 3 years ago

maximecb commented 3 years ago

Fix problem outlined in issue #98

maximecb commented 3 years ago

@dyth :)

dyth commented 3 years ago

I ran ./scripts/enjoy.py --env BabyAI-BossLevel-v0 --model BOT and saw the bot complete some missions without crashing. The code looks reasonable and I have no reason to suspect that it wouldn't work.

jsyedidia commented 3 years ago

Thank you for the quick fix! It seems to be working perfectly for me now.

rizar commented 3 years ago

Thank you for fixing this, @maximecb !