Files
rl_2d_walker.js/package.json
T
2018-12-02 10:53:54 +08:00

32 lines
903 B
JSON

{
"name": "2d_walker_rl_js",
"version": "0.0.1",
"description": "A 2d humanoid walker trained to walk with reinforcement learning",
"main": "index.js",
"dependencies": {
"@tensorflow/tfjs-node": "^0.1.17",
"@tensorflow/tfjs-node-gpu": "^0.1.17",
"canvas": "^2.1.0"
},
"devDependencies": {
"webpack-dev-server": "^3.1.10",
"webpack-cli": "^3.1.2",
"webpack": "^4.26.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"display": "webpack-dev-server -d",
"train": "node scripts/train | tee outputs/train_$(date +\"%Y-%m-%d_%H-%M-%S\").log"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jackymancs4/boxidroid.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jackymancs4/boxidroid/issues"
},
"homepage": "https://github.com/Jackymancs4/boxidroid#readme"
}