forked from mila-iqia/babyai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update BabyAI to use MiniGrid NumPy-based renderer (mila-iqia#87)
* Started refactoring to eliminate PyQT dependency * Try to fix travis dependency issue * Travis debugging mila-iqia#2 * Replaced test_mission_gen.py by manual_control.py * Ask people to install pyqt5 if they run gui.py * Remove gui.py since we also have manual_control.py
- Loading branch information
Showing
9 changed files
with
122 additions
and
834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ channels: | |
dependencies: | ||
- python=3.6 | ||
- pytorch=0.4.1 | ||
- torchvision | ||
- pyqt | ||
- numpy | ||
- blosc | ||
- pip: | ||
|
Oops, something went wrong.