Closed pberkes closed 1 year ago
At cell 7 of nb2_enemy_noise.ipynb
nb2_enemy_noise.ipynb
AttributeError Traceback (most recent call last) Cell In[7], line 19 1 layout_str=""" 2 ################################ 3 # ... #. . . # # (...) 17 ################################ 18 """ ---> 19 bot = pelita.utils.setup_test_game(layout=layout_str, is_blue=True, is_noisy={"y": True}) 20 fig, ax = plt.subplots(figsize=(20,10)) 21 ax = draw_game(bot, ax)
AttributeError: module 'pelita' has no attribute 'utils'
Was fixed by Rike yesterday (without a PR!!)
At cell 7 of
nb2_enemy_noise.ipynb
AttributeError Traceback (most recent call last) Cell In[7], line 19 1 layout_str=""" 2 ################################ 3 # ... #. . . # # (...) 17 ################################ 18 """ ---> 19 bot = pelita.utils.setup_test_game(layout=layout_str, is_blue=True, is_noisy={"y": True}) 20 fig, ax = plt.subplots(figsize=(20,10)) 21 ax = draw_game(bot, ax)
AttributeError: module 'pelita' has no attribute 'utils'