Closed
Description
Describe the bug
The Unity Editor -> Project Settings -> Product Name: "Unity Environment" is incompatible with mlagents-learn with build apps. ( for example mlagents-learn config/trainer_config.yaml --env=BuildFolder/Unity Environment.exe --run-id=RunIdentifier --train ).
The learning simply doesn't start without any warning or error message!
The Product Name should be "UnityEnvironment" instead of "Unity Environment".
To Reproduce
Steps to reproduce the behavior:
- Use any example and try to train it with a build app and the default demo settings.
Console logs / stack traces
none
Environment (please complete the following information):
- OS: Windows 10
- ML-Agents version: latest
develop