tabular-sarsa
Version:
A tabular implementation of the SARSA reinforcement learning algorithm which is related to Q-learning
39 lines (38 loc) • 811 B
JSON
{
"name": "tabular-sarsa",
"version": "1.0.6",
"description": "A tabular implementation of the SARSA reinforcement learning algorithm which is related to Q-learning",
"main": "src/index.js",
"scripts": {
"test": "node example/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rodmcnew/tabular-sarsa-js.git"
},
"keywords": [
"A",
"tabular",
"implementation",
"of",
"the",
"SARSA",
"reinforcement",
"learning",
"algorithm",
"which",
"is",
"related",
"to",
"Q-learning",
"table",
"based",
"Q"
],
"author": "Rod Mcnew",
"license": "MIT",
"bugs": {
"url": "https://github.com/rodmcnew/tabular-sarsa/issues"
},
"homepage": "https://github.com/rodmcnew/tabular-sarsa#readme"
}