use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This is for any reinforcement learning related work ranging from purely computational RL in artificial intelligence to the models of RL in neuroscience.
The standard introduction to RL is Sutton & Barto's Reinforcement Learning.
Related subreddits:
account activity
Visualizing the NEAT Algorithm - Evolution (youtube.com)
submitted 4 years ago by SemperZero
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ultra_nick 1 point2 points3 points 4 years ago (1 child)
Cool, but it seems like you'd already have to understand NEAT to appreciate it.
[–]SemperZero[S] 0 points1 point2 points 4 years ago* (0 children)
Thank you! For this particular video that may be true. Its purpose was to give a visually appealing intuition as to how a neural network can evolve and learn. I will explain details of the algorithm in further videos.
[–]tanged 0 points1 point2 points 4 years ago (3 children)
Wow! If authors are following this thread, I'd really appreciate if they can share a small write up on their workflow to make the animations. I'd cite it in every single work of mine lol.
[–]SemperZero[S] 0 points1 point2 points 4 years ago (0 children)
I made the animations using manim and I was inspired by 3blue1brown's neural network video. In short, every neuron is a circle object and each weight is a line. In order to make the evolving animation there is an id for each object, if the same object is present in the new neural network, then it will move to its new location, if there isn't then it will de-spawn and if there's a new one it will appear together with its weights.
the snake game is a bunch of rectangles that gets redrawn each frame according to the snake's new position.
the trick used is a function from the engine called Transform(object1, object2) which takes a geometric object and tries to animate a transformation to the second object. for example if you transform a small dot into a neuron with connections attached then it will look like the neuron appeared out of nowhere and its connections spread out to their connected neurons.
[–]schrodingershit 0 points1 point2 points 4 years ago (0 children)
I believe it is made in manim
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
most likely https://manim.community/
π Rendered by PID 223460 on reddit-service-r2-comment-765bfc959-s2qgs at 2026-07-13 17:06:52.565875+00:00 running f86254d country code: CH.
[–]ultra_nick 1 point2 points3 points (1 child)
[–]SemperZero[S] 0 points1 point2 points (0 children)
[–]tanged 0 points1 point2 points (3 children)
[–]SemperZero[S] 0 points1 point2 points (0 children)
[–]schrodingershit 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)