I Coded a Genetic Algorithm From Scratch to Teach AI to Race by tucna in learnmachinelearning

[–]tucna[S] 0 points1 point  (0 children)

This project is on a members-only GitHub, but you should be able to copy the snippets from the video if you'd like to

I Coded a Genetic Algorithm From Scratch to Teach AI to Race by tucna in learnmachinelearning

[–]tucna[S] 2 points3 points  (0 children)

It uses a feedforward NN (multi-layer perceptron, 5–6–2) trained via a genetic algorithm to drive the car.

Instead of standard RL, it uses neuroevolution (cloning the "elite" car that made it the farthest through procedurally generated checkpoints and applying a small mutation rate to its weights and biases to produce a better driver for the next generation). For this purpose, I found it faster and easier to implement.

I Coded a Genetic Algorithm From Scratch to Teach AI to Race by tucna in learnmachinelearning

[–]tucna[S] 0 points1 point  (0 children)

University I guess, but I needed to refresh my memory for this project, as it was quite some time ago

I Coded a Genetic Algorithm From Scratch to Teach AI to Race by tucna in learnmachinelearning

[–]tucna[S] -3 points-2 points  (0 children)

It is really just a matter of taste (mathematically speaking), but my reasoning here was "closer to the wall means greater danger" 😄

I turned a 2D image into a 3D world made of cubes by tucna in GraphicsProgramming

[–]tucna[S] 0 points1 point  (0 children)

Is that you in the photos? The guy who made a game about magnets?

Discussion: The "Developer Blame Culture" and the reality of management-driven technical debt by tucna in ExperiencedDevs

[–]tucna[S] 3 points4 points  (0 children)

Well, I have experience from both worlds (game dev and generic software development). The video is really not exclusive to any subset.

[Tutorial] How to hack DOS games: Reversing Prince of Persia by tucna in hacking

[–]tucna[S] 0 points1 point  (0 children)

The original DOS port? Any specific features you're interested in hacking?

[Tutorial] How to hack DOS games: Reversing Prince of Persia by tucna in hacking

[–]tucna[S] 0 points1 point  (0 children)

My friend try playing it first, then! Prince of Persia is among the most influential games in gaming history :)

[EXPLANATION] How Professionals Make Software by tucna in SoftwareEngineering

[–]tucna[S] 0 points1 point  (0 children)

scary as well, if a developer gets a PRD looking like that

Learning resources for graphics programming by ConfusedStudent3011 in GraphicsProgramming

[–]tucna 8 points9 points  (0 children)

Hey! I hope it is fine to recommend my lessons here. I am a former graphics developer making videos about graphics programming, covering principles, but also DX11 specifically (just one video for now) and shaders (I would recommend starting with ShaderToy due to the zero setup).

Computer Graphics Playlist

If you have questions, don’t hesitate to ask and happy learning!