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 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T08:22:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T07:35:46.858Z (5 months ago)
- Topics: grid-world, policy-iteration, reinforcement-learning, value-iteration, value-iteration-algorithm
- Language: Vue
- Homepage: https://nowke.github.io/rlviz/
- Size: 1.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
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/)


## 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
```