Wednesday 6 January 2021

ModuleNotFoundError: No module named 'baselines.common'

I ran the following code in Google Colab:

    from baselines.common.atari_wrappers import make_atari, wrap_deepmind

And got the following error:

    ModuleNotFoundError: No module named 'baselines.common'

I tried !pip install baselines, but it didn't fixed the issue.....



from ModuleNotFoundError: No module named 'baselines.common'

No comments:

Post a Comment