Hacker News new | ask | show | jobs
by Shnickelfritz 2806 days ago
Why do you reference the article on planning and scheduling?
1 comments

I should've linked directly to the part I thought was relevant:

https://en.wikipedia.org/wiki/Automated_planning_and_schedul...

Also, I think I deleted something extra in an edit of my original post. These planning algorithms (or some of them) involve creating options for your agent/AI and seeing what it does when interacting with its environment. You don't design the agent so that it will do a complex task, rather you give it simpler abilities (recognize an object type, pick up an object, set down an obect on another object, etc.) and the complexity arises precisely from emergent behavior. This was meant as an example of precisely where you do want emergent behavior and actively work to induce it.