CireNeikual's Avatar
CireNeikual
Member since

Recent Activity

A very strange rendering "engine": Navigating the dreams of my handmade neuroscience-inspired AI! (AOgmaNeo)

View original message on Discord

I was able to get an AOgmaNeo agent to play Atari Pong on a Teensy 4.1 microcontroller. I believe it is the most resource-efficient general-purpose reinforcement learner!

https://github.com/222464/TeensyAtariPlayingAgent

View original message on Discord

A robotic demo of my project here (AOgmaNeo, from-scratch AI system): https://www.youtube.com/watch?v=JrCU5My2L6I

View original message on Discord

Learning a world model of the old MS maze screensaver from pixels using AOgmaNeo

View original message on Discord

Video Recall Demo for AOgmaNeo, our hand-crafted (no C++ std lib!) machine learning system that doesn't backprop and learns fully online: https://www.youtube.com/watch?v=64xac-fITd0&feature=youtu.be

View original message on Discord

New video on my AOgmaNeo software running on a real-world robot. This video here is using the Python bindings to better interface with sensors, but you can also use it directly in C++ with no external libraries (not even the C++ standard library!)
https://www.youtube.com/watch?v=Dw6Upzcom0A&feature=youtu.be

View original message on Discord

While experimenting with new encoders (particularly ones based on ART - adpative resonance theory), I also ran some experiments with AOgmaNeo where an agent must find a red box. Since AOgmaNeo builds a world model during this reinforcement learning process, I can actually see "dreams" of what it has modeled in the world.

View original message on Discord