Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dfm794 opened this issue May 3, 2023 · 1 comment

Comments

@dfm794
Copy link

dfm794 commented May 3, 2023

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
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants