Ejemplo n.º 1
0
    void FixedUpdate()
    {
        Population.Advance();

        if (Input.GetKeyDown(KeyCode.Space))
        {
            PopulationHistory.SaveBest(ConfigManager.config.neuralNet.weightsFolder);
        }
    }