C# (CSharp) Unity.MLAgents Namespace

Nested Namespaces

Unity.MLAgents.SideChannels
Unity.MLAgents.Tests

Classes

Name Description
StatsRecorder Add stats (key-value pairs) for reporting. These values will sent these to a StatsReporter instance, which means the values will appear in the TensorBoard summary, as well as trainer gauges. You can nest stats in TensorBoard by adding "/" in the name (e.g. "Agent/Health" and "Agent/Wallet"). Note that stats are only written to TensorBoard each summary_frequency steps (a trainer configuration). If a stat is received multiple times, within that period then the values will be aggregated using the StatAggregationMethod provided.