-
Notifications
You must be signed in to change notification settings - Fork 223
7-Logical-Agents #65
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
Comments
My initial thoughts for chapter 7: Interactive Wumpus World
Satisfiability Game
Above are my rough ideas. The plan is open to any change! |
@ha531102 looks like a great plan! If you implement one or two visualizations it would give you a way to estimate how much can be done over the summer. |
Spoiler alert, very... long... time... |
@Ghost---Shadow Totally agreed... When i started working, I believed it will not take that much time, but as it turns out, there are lot of things to consider while making the visualization like
|
Thanks guys! I will bear that in mind and definitely implement one before making the plan for summer. For now I have two questions: Is it possible for us to get a pdf copy for chapter 8, 9, and 10 (Part III)? What is the overall progress expectation for this whole visualization project? Thanks! ps. I got a paper deadline on Mar. 31. Sorry that I might not be able to code before that. But I can start working afterward and there is fortunately no paper deadline during summer! |
@ha531102 I don't know of a pdf copy; I have been looking at the print textbook as a guide. I agree, there is a tradeoff between trying to get more chapters or trying to make really good visualizations for a few chapters. We should aim for something in between (80/20 rule). It is not realistic to expect all chapters to have good visualizations in one summer. The chapters also are highly variable in size, and we may not have all the ideas for visualizations until you've started working on them. For a proposal, pick several chapters (maybe 3) that you think would benefit most from visual explanations of concepts/algorithms, and also pick several chapters (maybe another 2-4) that you think you might work on if there's more time. |
@chihsienyen Hi there -- about your idea for a SAT game, here's a version of that in Python which I wrote some time ago: https://github.com/darius/sturm/blob/master/satgame.py It runs in a terminal, not as a webpage, but it might be useful as an example to think about when designing the web version. |
(I'm wandering in from aima-python to see what work there is to do here.) |
Visualizations and code for chapter 7
The text was updated successfully, but these errors were encountered: