Search Unity

Problem loading Unity environment

Discussion in 'ML-Agents' started by dani_kal, Mar 31, 2020.

  1. dani_kal

    dani_kal

    Joined:
    Mar 25, 2020
    Posts:
    52
    Hello!!
    I am facing a problem.
    In my python script agent.py, I want to load the UnityEnvironment Tennis but an error occurs from the beggining in the command
    from mlagents_envs.environment import UnityEnvironment

    ModuleNotFoundError: No module named 'mlagents_envs'

    I have search a lot but I have not found the solution.
    My script agent.py have to be in the same folder with mlagents_envs right?

    Thank you in advance!!!
     
  2. christophergoy

    christophergoy

    Joined:
    Sep 16, 2015
    Posts:
    735
  3. dani_kal

    dani_kal

    Joined:
    Mar 25, 2020
    Posts:
    52
    I solve the problem!!! I did not have install successfully the mlagents and for this.
    After successfull installation there is not error.
    Thank you for your time!!!
     
    christophergoy likes this.