aimacode / aima-python

Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
8.07k stars 3.81k forks source link

Suggestion to create consciousness: simulate pain #1284

Open mark-moseley opened 1 year ago

mark-moseley commented 1 year ago

Make this AI conscious by requiring some kind of periodic input to "feel" pain. For example, some kind of input that simulates food. As the AI gets hungry, and then starves, it will behave violently. Then, when it gets "fed", it will have a memory of the pain, and it will modify its future answers based on that experience. We are creating "life" and life will do everything it can do in order to survive another day.