Skip to content
Snippets Groups Projects
Commit 9969a093 authored by Antonio Andriella's avatar Antonio Andriella
Browse files

Working version with 3 levels of assistance and fix facial expression

parent 9410d1a4
No related branches found
No related tags found
No related merge requests found
......@@ -429,7 +429,7 @@ class Robot:
b_executed = True
return b_executed
def end_game(self,sentence, delay_sound):
def end_game(self, delay_sound):
'''The agent provides the instructions of the exercise
Args:
Return:
......@@ -438,7 +438,7 @@ class Robot:
'''
print("end_game")
b_executed = False
sentence = self.audio_file + "/" + sentence
sentence = self.end_game_sentence
self.play_sound(sentence, delay_sound)
b_executed = True
return b_executed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment