You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: