Why I Choose to Translate All Blog Posts to English Before the Start There are some reasons for me to do that Most importantly, to improve my poor English skills for the CET-6 exam. Simplified Chinese posts’ quality and… 阅读全文 →
Python 井字棋 强化学习 前言 本来想做强化学习小车,但是技术栈似乎飞了,所以还是一步一步来嘛。 Part 1 Code import copy import random import json import matplotlib.pyplot as plt class OoxxMachine: def __init__(self): self.race = [[… 阅读全文 →