Avalon-Benchmark / avalon

A 3D video game environment and benchmark designed from scratch for reinforcement learning research
https://generallyintelligent.com/avalon/
GNU General Public License v3.0
180 stars 16 forks source link

configure_local_logger() call missing from gym_interface_example.sync.ipynb #32

Open dfm794 opened 1 year ago

dfm794 commented 1 year ago

The first tutorial in the main README.md points to gym_interface_example.sync.ipynb Running this code will complain about computronium

This is because the call to configure_local_logger() after the imports is missing. inserting that call fixes the issue.

As a side note, it seems that all the dot ipynb files' first cells type is not 'code' and hence need to be set on first open.

bai-generally-intelligent commented 1 year ago

Thanks for reporting, yes that is correct, we recently required all scripts to call configure_local_logger before initialization and missed some of the notebooks.