Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nowke/rlviz
GridWorld Reinforcement Learning - Policy Iteration, Value Iteration.
https://github.com/nowke/rlviz
grid-world policy-iteration reinforcement-learning value-iteration value-iteration-algorithm
Last synced: 4 days ago
JSON representation
GridWorld Reinforcement Learning - Policy Iteration, Value Iteration.
- Host: GitHub
- URL: https://github.com/nowke/rlviz
- Owner: nowke
- Created: 2020-05-23T21:18:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T09:41:35.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T14:15:46.956Z (over 1 year ago)
- Topics: grid-world, policy-iteration, reinforcement-learning, value-iteration, value-iteration-algorithm
- Language: Vue
- Homepage: https://nowke.github.io/rlviz/
- Size: 4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GridWorld RL
Value Iteration, Policy Iteration for GridWorld, with a feature to build custom grids. Inspired from [UC Berkeley CSE188 - Reinforcement Learning Project](http://ai.berkeley.edu/reinforcement.html)
**Try it out**: [https://nowke.github.io/rlviz/](https://nowke.github.io/rlviz/)
![GridWorld RL](screenshots/grid-world-rl.png)
![Custom Grid Builder](screenshots/custom-grid.png)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```