summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2026-02-22 01:48:03 -0600
committerhaoyuren <13851610112@163.com>2026-02-22 01:48:03 -0600
commit72cf72d704ca1a3bf4e2a5e04dcbbad99dc0f98e (patch)
tree55cb96c17a0a71bc3c7155d65fd19cc185bf495c /.gitignore
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 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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