feat: initialize majiang-rl project

This commit is contained in:
game-loader
2026-01-14 10:49:00 +08:00
commit b29a18b459
21 changed files with 18895 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .record import record_episode, write_record
__all__ = ["record_episode", "write_record"]