With the proliferation of photorealistic car simulations such as CARLA, AutoDrive, and the NVIDIA DRIVE Sim, it's become easier than ever to try out and develop autonomous driving algorithms in an ideal environment with massive amounts of data available. In this post, I'll be trying something diffe...
Read MoreCategory: Python
Sliding puzzles, also known as tile puzzles, have been a popular pastime for generations. These puzzles consist of a set of tiles (each with a fragment of an image, or a number) that are placed on a grid, with one empty space. The goal is to rearrange the tiles to form a specific pattern, such as a...
Read More
BasketballProgrammingPython
How I built a complete NBA game simulator with less than 500 lines of code
Introduction Basketball is one of my primary interests. I've always been attracted to not only the highlight plays, but also the wealth of interesting statistical tidbits out there. Sites like FiveThirtyEight and others do a great job of digging up advanced stats to prove a point. After creating...
Read More