Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jackson Deitelzweig: Assignments 7 and 8 #39

Open
wants to merge 22 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
805 changes: 805 additions & 0 deletions projects/3-mazes/Deitelzweig.ipynb

Large diffs are not rendered by default.

141 changes: 140 additions & 1 deletion projects/3-mazes/Maze Solvers.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions projects/5-emojiworld/Deitelzweig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"meta":{"description":"The hungry man wants some grapes. Click to place him and watch him eat.","draw":1,"fps":60,"play":true},"states":[{"actions":[{"actions":[{"actions":[{"stateID":"2","type":"go_to_state","actions":[]}],"num":1,"sign":">=","stateID":"2","type":"if_neighbor"}],"probability":0.0025,"type":"if_random"}],"description":"","icon":"","id":0,"name":"empty spot"},{"actions":[{"leaveStateID":"3","space":0,"spotStateID":0,"type":"move_to","actions":[]}],"description":"He eats","icon":"😀","id":1,"name":"Hungry Man"},{"actions":[{"actions":[{"stateID":0,"type":"go_to_state","actions":[]}],"num":1,"sign":">=","stateID":"1","type":"if_neighbor"}],"description":"Gets eaten","icon":"🍇","id":2,"name":"Food"},{"actions":[{"actions":[{"stateID":0,"type":"go_to_state","actions":[]}],"probability":0.2,"type":"if_random"}],"description":"Ew","icon":"💩","id":3,"name":"Poop"}],"world":{"neighborhood":"moore","proportions":[{"stateID":0,"parts":0},{"stateID":1,"parts":0},{"stateID":2,"parts":100},{"stateID":3,"parts":0}],"size":{"height":33,"width":40},"update":"simultaneous"}}
306 changes: 306 additions & 0 deletions projects/6-perceptron/Deitelzweig.ipynb

Large diffs are not rendered by default.

441 changes: 441 additions & 0 deletions projects/7-dnns/Deitelzweig/Deitelzweig Keras.ipynb

Large diffs are not rendered by default.

Loading