From 72cf72d704ca1a3bf4e2a5e04dcbbad99dc0f98e Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Sun, 22 Feb 2026 01:48:03 -0600 Subject: Initial commit: Blazing Eights RL agent - Game environment with draw-then-decide rule (no auto-play on draw) - PPO self-play training script - Interactive human vs AI game (versus.py) - Real-time play assistant (play.py) Co-Authored-By: Claude Opus 4.6 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8947638 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pt +__pycache__/ +*.pyc +.DS_Store -- cgit v1.2.3