Class UnityAgentsException
Contains exceptions specific to ML-Agents.
Inherited Members
Namespace: Unity.MLAgents
Assembly: solution.dll
Syntax
[Serializable]
public class UnityAgentsException : Exception, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| UnityAgentsException(SerializationInfo, StreamingContext) | A constructor is needed for serialization when an exception propagates from a remoting server to the client. |
| UnityAgentsException(string) | When a UnityAgentsException is called, the timeScale is set to 0. The simulation will end since no steps will be taken. |