Deconstructing AlphaZero Part 3: How You Gonna Act Like That
Geordie Rose Geordie Rose

Deconstructing AlphaZero Part 3: How You Gonna Act Like That

The defining feature of an agent is that it makes choices about what actions to take, given its current understanding of the world.

In this post, I describe how an AlphaZero agent makes the choices that it does. I also include some video describing part of what’s going on, which I decided to include as the inaugural episode of a new podcast. Exciting!

Read More
Deconstructing AlphaZero Part 1: Introduction
Geordie Rose Geordie Rose

Deconstructing AlphaZero Part 1: Introduction

AlphaZero is a beautiful algorithm developed by the folks at DeepMind around 2016-2017. Its output is a software agent — an AI system that has agency (it makes decisions and takes actions by itself with no outside intervention).

In the next few posts, I’ll explain how AlphaZero works, and show how to use it to build superhuman agents for playing games.

Read More
A Fun Math Problem
Geordie Rose Geordie Rose

A Fun Math Problem

In the set of all possible four vertex complete graphs with one red vertex, one blue vertex, and two black vertices, and each edge colored with one of three colors, how many unique graphs are there?

The image here is what Microsoft’s image generator spat out with a prompt of “Burnside’s lemma”.

Read More
Adjudicating Tangled Terminal States on Tiny Graphs With Three Different Approaches
Geordie Rose Geordie Rose

Adjudicating Tangled Terminal States on Tiny Graphs With Three Different Approaches

I adjudicated all Tangled terminal states for both three- and four-vertex complete game board graphs using three different approaches — a numerical Schrodinger Equation solver, a specially tuned simulated annealing approach run on the s=1 Hamiltonian, and a D-Wave Advantage2.5 system using multiple embeddings. I found 100% agreement between all three for all terminal states for both graphs.

Read More
How I Adjudicate Tangled Terminal States Using D-Wave Hardware
Geordie Rose Geordie Rose

How I Adjudicate Tangled Terminal States Using D-Wave Hardware

D-Wave’s hardware is not easy to understand or use properly. I have trouble understanding how to get it to do what I want, and I have a PhD in physics and was the CTO of the company for more than a decade!

In this post, I want to show you what I did to get the system to do what I want.

Read More
Some Very Useful Tools
Geordie Rose Geordie Rose

Some Very Useful Tools

Thought I’d do a post with links to some tools I use. Some of this is specific to blogging using Squarespace, but some of it could be more generally useful!

Read More
Is it Possible to Build a One-Person Billion Dollar Company?
Geordie Rose Geordie Rose

Is it Possible to Build a One-Person Billion Dollar Company?

A few weeks ago I was at an event where one of the speakers was talking about how transformative generative AI is for start-ups. Not only could you use these new tools to build products, but likely you could also use them to reduce the number of people you need in a start-up. He claimed that it may now be possible to build a billion dollar start-up with only one person!

Read More
Parallelizing Computation Using D-Wave Processors Via Multiple Simultaneous Embeddings
Geordie Rose Geordie Rose

Parallelizing Computation Using D-Wave Processors Via Multiple Simultaneous Embeddings

If we want to use a processor to solve a problem that is much smaller than the size of the hardware graph, one cool technique we can use is to find multiple non-overlapping ways to fit our problem into the hardware graph. These ‘fits’ are called embeddings. If you can find a bunch, then each time you call the processor, you get all of them solved for you at once. Not only does this give you a pretty big speed up (up to about 200-350x faster for the problems I’ll show you here), but it gives a neat way to average over certain types of noise in a processor.

Read More
Building Three Tangled Agents
Geordie Rose Geordie Rose

Building Three Tangled Agents

A software agent is an artificial intelligence software program designed to take actions (ie have agency) in response to the state of their environment.

Let’s look at how to build game-playing agents for any Tangled game board. We can then play against these agents, and agents can play against each other!

Read More
Tangled on a 4-vertex graph
Geordie Rose Geordie Rose

Tangled on a 4-vertex graph

The three-vertex Tangled game board I introduced in the previous post is the smallest where one player can win (two vertex games always end in a tie). Let’s take a look at Tangled on a four-vertex six-edge graph. It's still stupidly small, but maybe we can learn something!

Read More
Tangled on a 3-vertex graph
Geordie Rose Geordie Rose

Tangled on a 3-vertex graph

In the previous post, I introduced the Tangled game, and we analyzed a two-player two-vertex variant. It wasn’t very interesting, because there was no way for either player to win — every game had to end in a draw! Here we’ll work through the smallest game board where one player can win. This game has three vertices.

Read More
An Introduction to Tangled
Geordie Rose Geordie Rose

An Introduction to Tangled

In an earlier post, I introduced the idea of constructing games where evaluating terminal states requires solving a problem where a quantum supremacy claim has been made. Here I’ll make this concrete by introducing a game which I call Tangled, which has this property.

Read More
Quantum Mechanics and Quantum Computers
Geordie Rose Geordie Rose

Quantum Mechanics and Quantum Computers

I’m going to try to explain what quantum physics really is, why you should care, and how it relates to quantum computers (it’s freaking awesome by the way, even without D&D (Deepak & Drugs), or even AD&D (Advanced Deepak & Drugs)).

Read More
Influence
Geordie Rose Geordie Rose

Influence

The last thing I’d like to talk about before introducing our first target game is a generalization of correlation which I call influence.

Read More
Correlation!!!
Geordie Rose Geordie Rose

Correlation!!!

Before I introduce the game I’ll be focusing on, I need to first describe the concept of correlation. You probably already know what correlation means. But let’s review anyway!

Read More
The Thread I’m About to Pull
Geordie Rose Geordie Rose

The Thread I’m About to Pull

Because of the relationship of goal-seeking to intelligence, if we can show certain categories of goals can only be achieved if an agent has access to a quantum computer, then we can define a new sort of intelligence that is categorically different from, and superior to, any intelligence that doesn’t have access to a quantum computer.

Read More