ppo-tfjs
Version:
Proximal Policy Optimization (PPO) in Tensorflow.js
32 lines (31 loc) • 685 B
JSON
{
"name": "ppo-tfjs",
"version": "0.0.2",
"description": "Proximal Policy Optimization (PPO) in Tensorflow.js",
"keywords": [
"reinforcement learning", "ppo", "tensorflow.js", "tfjs"
],
"main": "ppo.js",
"scripts": {
"test": "jest",
"watch": "jest --watchAll"
},
"author": "Anton Zemlyansky",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zemlyansky/ppo-tfjs.git"
},
"devDependencies": {
"jest": "^29.5.0",
"@tensorflow/tfjs-node-gpu": "^3.21.0",
"nodemon": "^2.0.22"
},
"jest": {
"collectCoverage": true,
"modulePathIgnorePatterns": [
"temp/",
"node_modules/"
]
}
}