zolax

joined 2 years ago
[–] zolax@programming.dev 8 points 1 year ago* (last edited 1 year ago) (2 children)

yeah, the training environment was a basic bullet hell "game" (really just bullets being fired at the player and at random directions) to teach the neural network basic bullet dodging skills

  • the white dot with 2 surrounding squares is the player and the red dots are bullets
  • the data input from the environment is at the top-left and the confidence levels for each key (green = pressed) are at the bottom-left
  • the scoring system is basically the total of all bullet distances

  • this was one of the training sessions
  • the fitness does improve but stops improving pretty quickly
  • the increase in validation error (while training error decreased) is indicated overfitting
    • it's kinda hard to explain here but basically the neural network performs well with the training data it is trained with but doesn't perform well with training data it isn't (which it should also be good at)
[–] zolax@programming.dev 2 points 1 year ago

woah i want literally everything there

[–] zolax@programming.dev 2 points 1 year ago (2 children)

woww
not Youmu's fault

[–] zolax@programming.dev 2 points 1 year ago

beatmario at it again

[–] zolax@programming.dev 1 points 1 year ago

lol I understand the feeling

[–] zolax@programming.dev 3 points 1 year ago (1 children)

thanks for this!! there's so much info on this comment

i'm currently using Logseq w/ Syncthing but i'll be looking at Org Mode and DokuWiki

[–] zolax@programming.dev 2 points 1 year ago (1 children)

they're all really good! senya is a really good singer

[–] zolax@programming.dev 2 points 1 year ago* (last edited 1 year ago) (3 children)

let's go

favourite opening: OP 4 favourite ending: either the one from EP 14 or Opposite World

[–] zolax@programming.dev 45 points 1 year ago* (last edited 1 year ago)

this is the ad-free version, which is available with the exact same (if I'm correct) features on F-Droid for free, along with the source code on GitHub.

the versions on the Play Store (paid version and free version with ads) likely just help pay the developer for their work

and as others have said already, free software is free as in freedom, not free beer.

[–] zolax@programming.dev 1 points 1 year ago

oh, I forgot about the API not being freely available; so an alternate frontend wouldn't be a proper solution?

going by the other comments, though, there are client-side options that can avoid API issues entirely by just re-styling the webpage. thanks for the info, though!

view more: ‹ prev next ›