将 hydra/omegaconf 配置转换为 python 嵌套 dict/list?

Convert hydra/omegaconf config to python nested dict/list?

我想将 OmegaConf/Hydra 配置转换为嵌套 dictionary/list。我该怎么做?

参见OmegaConf.to_container()