Exemple #1
0
    private void ApplyAction(float[] vectorAction)
    {
        //Applies the action from the actionvector, that is moving the camera to the selected view
        int view = (int)vectorAction[0];

        _si.RenderView(view);
        _currentStep++;
    }