Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/laxatives/rl
Browse files Browse the repository at this point in the history
  • Loading branch information
laxatives committed Jun 26, 2020
2 parents 2249d2b + b70a843 commit c481257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Although this is a toy-problem, Value Iteration forms the basis for many algorit

![gridworld](images/qlearning.png)

Illustrated solutions to the Gridworld example using algorithms described in chapters 3-7:
Illustrated solutions to the Gridworld example using algorithms described in part 1, Tabular Methods:

- Linear Programming
- Dynamic Programming
Expand Down Expand Up @@ -52,5 +52,6 @@ Illustrated solutions to the Gridworld example using algorithms described in cha
## ACM SIGKDD CUP 2020: Learning to Dispatch and Reposition

![kddcup](images/kddcup_05_17.png)
![state_values](images/state_values.png)

Work in progress...
Binary file added images/state_values.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mobility_on_demand/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ data/
*~
*.zip
*__pycache__*
model/*.csv
*.csv

0 comments on commit c481257

Please sign in to comment.