Cam Allen

Results 5 comments of Cam Allen

I found a workaround. Opening and closing a plot before importing `dm_control.suite` seems to prevent the crash. ```python import matplotlib.pyplot as plt plt.plot() plt.close() from dm_control import suite plt.plot() plt.show()...

@Jasha10 That's really cool! Ideally I would want there to be a syntax that works in all cases, but the spaces and quotes really make things quite tricky. After importing/registering,...

Thanks, that's helpful. That also explains why the `ScannerError`s are YAML errors, but the `GrammarParseError`s are OmegaConf errors.

Any update on this? Is there a mirror that's more up to date?

@ma-abdellaoui this thread is about a completely unrelated topic