Simulating LIDAR Driving with Rust and OpenAI

One of the reasons that I created the Rust OpenAI framework was so that I could code general algorithms into bots with high performance… Read more

Similar

24 days of Rust – clap

clap is a fantastic Rust library for Command Line Argument Parsing. It's both easy to use and powerful - in the spirit of Rust philosophy - you get what you pay for. Simple CLI options are simple to define, while complex schemes (think git level of comple...

Read more »

Risp (In (Rust) (Lisp))

Many years ago, Peter Norvig wrote a beautiful article about creating a lisp interpreter in Python. It’s the most fun tutorial I’ve seen, not just because it teaches you about my favorite language ... (more…)

Read more »