ASPP / pelita_template

Default template to get started with the Pelita game.
3 stars 25 forks source link

notebook 2 breaks, API changed #69

Closed pberkes closed 1 year ago

pberkes commented 1 year ago

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'

pberkes commented 1 year ago

Was fixed by Rike yesterday (without a PR!!)