Skip to content

Instantly share code, notes, and snippets.

View bytesoftly's full-sized avatar

James bytesoftly

View GitHub Profile
"""Pseudocode description of the AlphaZero algorithm."""
from __future__ import google_type_annotations
from __future__ import division
import math
import numpy
import tensorflow as tf
from typing import List