• 1 Post
  • 13 Comments
Joined 1 year ago
cake
Cake day: October 23rd, 2023

help-circle



  • GAN - Great if it works, but you better get used to praying cause it’s difficult to train like reinforcement learning. After all the pain you either got a complete piece of garbage or amazing miracle work that’s extremely efficient with O(1) time complexity. Look at GigaGan. Images are sharper with detail and sometimes almost impossible to tell.

    Diffusion - Slow but gets high quality results and super easy to train. It will probably improve in the future when we get better noise schedulers and other breakthroughs. O(n) which n is time steps. Images are smoother. But good quality enough to fool most people.


  • so, are you solving a markov decision problem here

    Yes. I am thinking of just using a metric to see if it made the optimal decision by the amount of value it delivers per capita.

    The main flaw from my previous metric is that it had a bias towards naive algorithms because the way its calculated which leads results to be misleading from reality. Skipping turns is sometimes the optimal decision which the metric said it was bad, but reality it isn’t.

    When I dug closer into the data it turns out the AI was destroying the naive algorithms with this metric and the total results we were aiming for.