Skip to content

Commit

Permalink
tile coding
Browse files Browse the repository at this point in the history
  • Loading branch information
cmburgul committed Sep 6, 2019
1 parent 479767e commit b279674
Show file tree
Hide file tree
Showing 5 changed files with 3,200 additions and 0 deletions.
758 changes: 758 additions & 0 deletions tile-coding/.ipynb_checkpoints/Tile_Coding-checkpoint.ipynb

Large diffs are not rendered by default.

810 changes: 810 additions & 0 deletions tile-coding/.ipynb_checkpoints/Tile_Coding_Solution-checkpoint.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions tile-coding/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Tile Coding

### Instructions

Follow the instructions in `Tile_Coding.ipynb` to learn how to discretize continuous state spaces, to use tabular solution methods to solve complex tasks. The corresponding solutions can be found in `Tile_Coding_Solution.ipynb`.
801 changes: 801 additions & 0 deletions tile-coding/Tile_Coding.ipynb

Large diffs are not rendered by default.

826 changes: 826 additions & 0 deletions tile-coding/Tile_Coding_Solution.ipynb

Large diffs are not rendered by default.

0 comments on commit b279674

Please sign in to comment.