There was an error while loading. Please reload this page.
1 parent 99656ba commit cf62babCopy full SHA for cf62bab
1 file changed
textworld/challenges/spaceship/spaceship_game.py
@@ -81,7 +81,8 @@ def make_game_medium(settings: Mapping[str, str], options: Optional[GameOptions]
81
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
82
# Create the Game Environment
83
84
- gm = GameMaker(kb=kb, theme='spaceship')
+ gm = GameMaker(options=options)
85
+ # gm = GameMaker(kb=kb, theme='spaceship')
86
87
# ===== Sleep Station Design =======================================================================================
88
sleep_station = gm.new_room("Sleep Station")
0 commit comments