Views
No views yet
models/medium/ppo_medium_final.zip - PPO medium bot trained for 1M timesteps vs easy.models/hard/ppo_hard_final.zip - PPO hard bot trained for 5M timesteps vs frozen medium.models/*/best_model.zip - best checkpoints from training/evaluation callbacks.reports/evaluation_report.* - latest reproducible bot-vs-bot evaluation report.reports/representative_hands.json - replay-ready sample hand logs for the frontend dashboard.Box(18,)Discrete(3) where 0=fold, 1=check/call, 2=raisebackend/data/models/medium/ppo_medium_final.zipbackend/data/models/hard/ppo_hard_final.zipreports/. The current honest
finding is that medium and hard both beat easy, while hard only shows a marginal,
statistically weak edge over medium. This is attributed mainly to the limited
3-action abstraction creating a ceiling on behavioral differentiation.1cd backend
2python tools/download_models.py --repo-id Rushisagar221/pokerforge-bots --if-missing
3python server.py1{
2 "repo_id": "Rushisagar221/pokerforge-bots",
3 "generated_at": "2026-04-23T14:08:03.040902",
4 "artifacts": [
5 {
6 "path": "models/medium/ppo_medium_final.zip",
7 "bytes": 162131,
8 "sha256": "b8ed8a7217de2bc790af71a0dbdc6a5a9fd695fcf541351bb965549d3c20c126"
9 },
10 {
11 "path": "models/medium/best_model.zip",
12 "bytes": 162116,
13 "sha256": "31d26001f967b7d221af016ec1a4c5b1a33f32b71630cb2eea3bf9c8a2e59956"
14 },
15 {
16 "path": "models/hard/ppo_hard_final.zip",
17 "bytes": 165087,
18 "sha256": "ac3b23fd8188713cd25bcbd1585cfc213d1a05b6254c56ba59ee7119de5896e1"
19 },
20 {
21 "path": "models/hard/best_model.zip",
22 "bytes": 165087,
23 "sha256": "ac3b23fd8188713cd25bcbd1585cfc213d1a05b6254c56ba59ee7119de5896e1"
24 },
25 {
26 "path": "reports/evaluation_report.json",
27 "bytes": 51143,
28 "sha256": "1ce452e2e57e67965f13337cb12a736cf658467e3db70ea20b52eaeddb67532a"
29 },
30 {
31 "path": "reports/evaluation_report.md",
32 "bytes": 2486,
33 "sha256": "2ed28899b86090b97bdacbae1273c4366202344e42ab8b93013cdc260db378bb"
34 },
35 {
36 "path": "reports/representative_hands.json",
37 "bytes": 64864,
38 "sha256": "33054b06fbfe819dbfb98faafa32534ff149bbd254f9250fb405786fbd2ecaf3"
39 }
40 ]
41}