Added REINFORCE and DuelingQLearning models.
Added evolveLayerSize() function to NeuralNetwork.
Made some fixes with the ActorCritic, AdvantageActorCritic and AsynchronousActorCritic models.