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.
Dismiss Notice
Join us now in the Performance Profiling Dev Blitz Day 2023 - Q&A forum where you can connect with our teams behind the Memory and CPU Profilers and the Frame Debugger.

Default vs required config parameters

Discussion in 'ML-Agents' started by mbaske, Feb 11, 2020.

  1. mbaske

    mbaske

    Joined:
    Dec 31, 2017
    Posts:
    473
    Hi, are all parameters listed under default: in the config yaml files required? Does the python code perform any validity checks or provide fallback values if any of them are omitted or out of range? Thanks!
     
  2. harpj

    harpj

    Unity Technologies

    Joined:
    Jun 20, 2017
    Posts:
    6
    Hi @mbaske -- at this time many of the values under the default section are required. We're currently discussing how best to provide defaults and whether to have built-in defaults rather than requiring so many parameters to be supplied. Many of the parameters do have validity checks when appropriate.
     
    mbaske likes this.