{
public void Generate(Tensor tensor, int batchSize, Dictionary<Agent, AgentInfo> agentInfo)
tensor.Shape = new long[0];
tensor.Data = new int[] {1};
}