-
Notifications
You must be signed in to change notification settings - Fork 48
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
adversarial_search_fall_2021 #10
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,80 @@ | |||
{ | |||
"cells": [ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add table of contents!
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try to add pictures if possible
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"## Resource Limits\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try to make a stronger connection between different parts, for example don't jump into minimax without any preparation, make a strong structure
"One idea might be running the algorithm up to a specified depth instead of the searching the whole tree which(_depth-limited search_).\n", | ||
"\n", | ||
"![hello](1.jpg)" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add conclusion (or summary) and references
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my mistake.
"metadata": {}, | ||
"source": [ | ||
"### Depth-limited search\n", | ||
"One idea might be running the algorithm up to a specified depth instead of the searching the whole tree which(_depth-limited search_).\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review your english grammar (one example is instead of the searching the whole tree)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first review
@@ -0,0 +1,80 @@ | |||
{ | |||
"cells": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your file should be .md and not .ipynb
"\n", | ||
"![hello](1.jpg)" | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a "other useful links" section can be useful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first review v2
Adversarial search lecture note.
Contributors: