Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Dreaded DLL problem... suggestions?

Discussion in 'ML-Agents' started by James_Initus, Jun 23, 2020.

  1. James_Initus

    James_Initus

    Joined:
    May 26, 2015
    Posts:
    75
    So, I've searched so many posts across the web, I did everything I could find on how to resolve this issue but I just can't seem to get this to go away.

    I have two machines, works fine on one but not on the other. (same installation as far as i can tell)

    Version information:
    ml-agents: 0.17.0,
    ml-agents-envs: 0.17.0,
    Communicator API: 1.0.0,
    TensorFlow: 2.2.0
    2020-06-23 19:49:38.167715: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found

    cudart64_101.dll does exist, I've added all the PATH information that I assumed was required.


    On this machine I am using a GTX 1080Ti with latest drivers, the other machine has a GTX 1650 (no issues here)

    Afaik the 1080Ti should be supported but I'm not sure what else to do to get this to work properly.

    Any other suggestions on what the problem could be?
     
  2. James_Initus

    James_Initus

    Joined:
    May 26, 2015
    Posts:
    75
    fixed.. removed Python 3.8 and installed 3.6

    I also had to update "setuptools, numpy and grpcio" , then reinstall "mlagents"