Play Table Tennis with AI

Imagine a world where a robotic arm can master the intricacies of a backhand smash or outmaneuver you with a perfectly timed spin serve. This isn’t science fiction, it’s the cutting-edge reality of artificial intelligence. In our quest to push the boundaries of machine learning, we dive into the fascinating journey of “Play Table Tennis […]

Play Table Tennis with AI Read More »

Parallel Binary Tree Search

Hello there! This article will discuss a Parallel Binary Tree Search tree version using CUDA and OpenMP, explaining the basic idea and how to implement it. Let’s start introducing the tools we use: OpenMP (Open Multi-Processing) is an application programming interface (API) that supports multi-platform shared memory multiprocessing programming in C, C++, and Fortran. It

Parallel Binary Tree Search Read More »