Wiki source code of Step 2: Functions

Version 18.1 by Rick Dekker on 2023/02/16 16:20

Show last authors
1 |**Topic**|**Question**|**Answer**
2 |(((
3 [[image:5.png]]
4
5 //Overall objective//
6 )))|(((
7 What is the overall objective of the human-AI system?
8
9 How do human and AI collaborate and support each other (interdependence)?
10 )))|(((
11 The system acts as a social companion. It is designed to give a patient social stimuli. It's designed to make the patient feel like they are taking care of their companion.
12
13
14 The AI will sometimes initiate interaction with the patient, but the patient can also initiate the interaction with the system. The patient provides tactile or voice input and the system reacts to this with audio output.
15 )))
16 |(((
17 [[image:6.png]]
18
19 //Functions//
20
21
22 )))|(((
23 What are the functions of the AI system (s)?
24
25 What does it actually do?
26
27 What are its inputs, and what are its outputs?
28 )))|(((
29 The functions we define are:
30
31 1) Following basic commands (Sit, Come, Stay, Lay Down)
32
33 2) Doing a dance
34
35 3) Follow the patient
36
37 4) Go for a walk (react to leash)
38
39 5) Sleep at certain moments
40
41 6) Being pet
42
43
44 Inputs of the system are:
45
46 - Voice commands, Forces acting on leash, Visual inputs (recognizing object as person)
47
48 Outputs of the system are:
49
50 - Action reinforcement with audio, Motion
51
52 (((
53
54 )))
55
56
57 )))
58 |(((
59 [[image:8.png]]
60
61 //Interaction//
62 )))|How do you expect the human to interact with these AI functions? Does the human provide any input? (just a (high-level) description of interaction(s) is fine, e.g. “Actor A provides feedback in the form of tags”)|(((
63 The human provides the following input to these interactions:
64
65 1) Voice input, saying the command
66
67 2) No input, Miro will do a little dance at random moments. Preferrably a few minutes after the human has interacted with it.
68
69 3) Miro might follow the patient at random or after the command come has been given.
70
71 4) Human input from the leash
72
73 5) No input, at random moments Miro will take some distance/go to a home point and sleep
74
75 6) Miro will respond to Tactile input from any human
76 )))