UNPKG

arc-agents

Version:

A library for creating and deploying gaming agents at scale

31 lines (30 loc) 667 B
{ "name": "arc-agents", "version": "0.0.8", "description": "A library for creating and deploying gaming agents at scale", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "require": "./lib/index.js", "default": "./lib/index.js" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "arc-ml": "^0.0.3", "axios": "^1.7.9" }, "keywords": [ "machine-learning", "imitation-learning", "reinforcement-learning", "agents", "games" ] }