add dataset updates with doc updates
Build and Push Docker Container / build-and-push (push) Failing after 12m18s

This commit is contained in:
2026-04-03 11:40:47 +02:00
parent 2e1f91355b
commit 51de53d01c
5 changed files with 235 additions and 28 deletions
+5
View File
@@ -24,6 +24,7 @@ default:
# ------------------------------------------------------------------------------
# Snake Script helpers
# ------------------------------------------------------------------------------
run:
"{{justfile_directory()}}/main.py"
@@ -45,5 +46,9 @@ test-seed:
BATTLESNAKE_CLI=battlesnake_cli_1.2.3_Linux_x86_64/battlesnake
$BATTLESNAKE_CLI play -W 11 -H 11 --name 'Python Starter Project' --url http://localhost:8000 -g solo --browser --seed 1713099635738952360
# ------------------------------------------------------------------------------
# Fataset helpers
# ------------------------------------------------------------------------------
export-dataset input="data" output="data/dataset/good_moves.jsonl":
python -m server.DatasetExporter --input "{{input}}" --output "{{output}}"