Playing the emotion game
So, what exactly is this game? What we want the robot to do is ask questions of another person and to use conversation to get personal information out of them so that the robot then can use that information in replies. In this game, the robot will be trying to score points by getting the human to interact socially. The robot will gain points by getting information from the person so that it can get to know them better. The trick for us is we need the robot to keep this information and remember it. We will be saving all this information and using it to modify the actual code the robot is running, thus implementing machine learning (ML) into the conversation. The robot will be using the same type of point-reward system we used in training the robot arm back in a previous chapter. Once the robot has scored by learning a fact, it will no longer get rewarded for that fact and will go on to get other facts. Once it has learned all the facts, it will end the conversation...