paper-with-me

홈 › Papers

Randomized fast no-loss expert system to play tic tac toe like a human

2020-09-23 · Aditya Jyoti Paul

This paper introduces a blazingly fast, no-loss expert system for Tic Tac Toe using Decision Trees called T3DT, that tries to emulate human gameplay as closely as possible. It does not make use of any brute force, minimax or evolutionary techniques, but is still always unbeatable. In order to make the gameplay more human-like, randomization is prioritized and T3DT randomly chooses one of the multiple optimal moves at each step. Since it does not need to analyse the complete game tree at any point, T3DT is exceptionally faster than any brute force or minimax algorithm, this has been shown theoretically as well as empirically from clock-time analyses in this paper. T3DT also doesn't need the data sets or the time to train an evolutionary model, making it a practical no-loss approach to play Tic Tac Toe.

📄 PDF Abstract BibTeX arXiv:2009.11225

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Constant regret for sequence prediction with limited advice

2022-10-05 · El Mehdi Saad, G. Blanchard

We investigate the problem of cumulative regret minimization for individual sequence prediction with respect to the best expert in a finite family of size K under limited access to information. We assume that in each rou…

Multi-Armed BanditsPrediction

Faster Matrix Completion Using Randomized SVD

2018-10-16 · Xu Feng, Wenjian Yu, Yaohang Li

Matrix completion is a widely used technique for image inpainting and personalized recommender system, etc. In this work, we focus on accelerating the matrix completion using faster randomized singular value decompositio…

CPUImage InpaintingMatrix CompletionRecommendation Systems

Think at 5 Hz, Act at 20 Hz: Asynchronous Fast-Slow Vision-Language-Action Inference for Closed-Loop Driving

2026-07-17 · Yun Li, Jiachen Gong, Simon Thompson, Ehsan Javanmardi 외 arxiv

Large language models bring instruction following and scene reasoning to end-to-end driving, but their inference latency collides with the control rate a vehicle requires. Existing closed-loop agents hide this gap by inv…

Instruction Following

Fast Randomized PCA for Sparse Data

2018-10-16 · Xu Feng, Yuyang Xie, Mingye Song, Wenjian Yu 외

Principal component analysis (PCA) is widely used for dimension reduction and embedding of real data in social network analysis, information retrieval, and natural language processing, etc. In this work we propose a fast…

Dimensionality ReductionInformation RetrievalRetrieval

Synergistic Intra- and Cross-Layer Regularization Losses for MoE Expert Specialization

2026-02-15 · Rizhen Hu, Yuan Cao, Boao Kong, Mou Sun 외 arxiv

Sparse Mixture-of-Experts (MoE) models scale Transformers efficiently but suffer from expert overlap -- redundant representations across experts and routing ambiguity, resulting in severely underutilized model capacity. …