Open dfm794 opened 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.
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.
configure_local_logger
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.