Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Module Not Found, Initializing

Discussion in 'ML-Agents' started by LuckyBee33, Mar 12, 2023.

  1. LuckyBee33

    LuckyBee33

    Joined:
    Mar 12, 2023
    Posts:
    1
    Hey so I was trying to continue training but with different parameters. Before, I had used Behavioral Cloning, and I am now trying to use GAIL. However, I get this error, and my training stops working after the first episode:

    [WARNING] Failed to load for module Policy. Initializing
    [WARNING] Failed to load for module Optimizer:critic. Initializing

    Does anybody have any fixes?