You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-m, --model MODEL Model name to use from OpenRouter (default: openai/gpt-oss-20b)
36
-
-l, --list-models List available models from OpenRouter and exit
34
+
-m, --model MODEL Model name to use from OpenAI-compatible API (required, uses BALATROLLM_MODEL env var if set)
35
+
-l, --list-models List available models from OpenAI-compatible API and exit
37
36
-s, --strategy STRATEGY
38
37
Name of the strategy to use (default: default)
39
38
-u, --base-url BASE_URL
40
-
OpenAI-compatible API base URL (default: https://openrouter.ai/api/v1)
39
+
OpenAI-compatible API base URL (required, uses BALATROLLM_BASE_URL env var if set)
41
40
-k, --api-key API_KEY
42
-
API key (default: OPENROUTER_API_KEY env var)
41
+
API key (default: BALATROLLM_API_KEY env var)
43
42
-d, --runs-dir RUNS_DIR
44
43
Base directory for storing run data (default: current directory)
45
-
-r, --runs RUNS Number of times to run the bot with the same configuration (default: 1)
46
-
-p, --port PORT Port for BalatroBot client connection (can specify multiple, default: 12346)
47
-
--no-screenshot Disable taking screenshots during gameplay (use when running Balatro in headless mode)
48
-
--use-default-paths Use BalatroBot's default storage paths for screenshots and game logs (use when balatrobot and balatrollm are running on different systems)
44
+
-r, --runs-per-seed RUNS_PER_SEED
45
+
Number of runs per seed (default: 1)
46
+
--seeds SEEDS Comma-separated list of seeds (e.g., AAAA123,BBBB456,CCCC789)
47
+
-p, --ports PORTS Comma-separated list of ports for BalatroBot client connections (default: 12346, e.g., 12346,12347,12348)
48
+
--no-screenshot Disable taking screenshots during gameplay
49
+
--use-default-paths Use BalatroBot's default storage paths for screenshots and game logs
0 commit comments