ReImproveJS
A framework using TensorFlow.js for Deep Reinforcement Learning
File Explorer
Download Latest Version (.zip)- abstractagent.md
- academy.md
- convolutionalneuralnetwork.md
- datasource.md
- dqagent.md
- learningdatalogger.md
- memory.md
- model.md
- neuralnetwork.md
- qaction.md
- qagent.md
- qmatrix.md
- qstate.md
- qtransition.md
- result.md
- teacher.md
- typedwindow.md
- layertype.md
- teachingstate.md
- academyconfig.md
- academystepinput.md
- agentconfig.md
- agenttrackinginformation.md
- buildagentconfig.md
- convolutionallayer.md
- convolutionalnetworklayer.md
- denselayer.md
- dqagentconfig.md
- dropoutlayer.md
- flattenlayer.md
- graphedge.md
- graphnode.md
- layer.md
- layerconfig.md
- maxpooling2dlayer.md
- memento.md
- mementotensor.md
- memoryconfig.md
- neuralnetworklayer.md
- qactiondata.md
- qagentconfig.md
- qstatedata.md
- teachertrackinginformation.md
- teachingconfig.md
- totflayerconfig.md
- globals.md
- README.md
- build-npm.sh
- dqagent.ts
- qaction.ts
- qagent.ts
- qmatrix.ts
- qstate.ts
- qtransition.ts
- abstract_agent.ts
- agent_config.ts
- data_source.ts
- learning_data_logger.ts
- typed_window.ts
- academy.ts
- memory.ts
- model.ts
- networks.ts
- teacher.ts
- reimprove.ts
- academy.spec.ts
- agent.spec.ts
- model.spec.ts
- network.spec.ts
- q.spec.ts
- reimprove.spec.ts
- teacher.spec.ts
- .gitignore
- .npmignore
- .travis.yml
- _config.yml
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/BeTomorrow/ReImproveJS
Downloads the entire project code from GitHub to your computer.
cd ReImproveJS
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
<script src="https://cdn.jsdelivr.net/npm/reimprovejs@0/dist/reimprove.js"></script>
Type this command into your terminal and run it.
$ npm install reimprovejs
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
