article thumbnail

Year In Review: Trending Posts of 2022

Nvidia

The first open-source release of GPU kernel modules for NVIDIA GPUs in Linux creates tighter integration with the OS and enables developers to debug, integrate, and contribute back. In this post, the authors examine if an AI agent can design good prefix graphs. NVIDIA Releases Open-Source GPU Kernel Modules.

AI 97
article thumbnail

Implementing robust AI for SecondHand: An Introduction

Rindoku

We started out with having a very simple state machine for the enemy agents. After it became apparent that we need the enemy agents to be well coordinated, we built an Ai Director that handled the rate at which they attacked. create sufficient debug tools & visualization to be able to tweak & debug everything.

AI 40
article thumbnail

Implementing robust AI for SecondHand: Enemy Positioning

Rindoku

Simply put, the problem we’re trying to solve is: what is the best position for an enemy agent to be at any time? lots of enemy agents at the same time. Each enemy agent will have its own scoring stack and parameters (for those worrying about performance, I’ll talk about that later). The multi-agent problem.

AI 40