Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IManager.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Interfaces {
5  public interface IManager : IHasRegister<IEnvironment> {
8  ISimulatorConfiguration SimulatorConfiguration { get; }
9 
12  bool IsSyncingEnvironments { get; }
13  }
14 }