add dataset updates with doc updates
Build and Push Docker Container / build-and-push (push) Failing after 12m18s
Build and Push Docker Container / build-and-push (push) Failing after 12m18s
This commit is contained in:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user