1
0

feat(arena): add deterministic headless RL environments

This commit is contained in:
2026-08-19 01:10:30 -07:00
parent 79793faed2
commit 747744fa6c
23 changed files with 2387 additions and 1 deletions
+6
View File
@@ -5,12 +5,18 @@
"license": "Apache-2.0",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./arena": "./src/arena/index.ts",
"./*": "./src/*"
},
"workspaces": [
"server"
],
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"arena:source-hashes": "node scripts/check-arena-source-hashes.mjs",
"provenance": "node scripts/check-provenance.mjs && node scripts/check-no-binaries.mjs",
"licenses": "node scripts/check-dependency-licenses.mjs",
"sbom": "npm sbom --package-lock-only --sbom-format=spdx",