pksvv / rasa3.0

Implementation of a chat assistant using Rasa 3.0
0 stars 1 forks source link

utter_play_again not working #1

Closed pksvv closed 2 years ago

pksvv commented 2 years ago

utter_play_again not working

Your input -> paper
You chose paper The computer chose paper It was a tie !! Your input -> rock
You chose rock The computer chose paper The computer won this round. It was a tie !! Your input -> scissor
You chose scissor The computer chose paper It was a tie !! Your input -> scissors
You chose scissors The computer chose rock The computer won this round. Your input -> rock
You chose rock The computer chose rock It was a tie !! Your input -> paper
You chose paper The computer chose rock Congrats ! You won. It was a tie !! Your input -> hi
Type Rock, Paper, or Scissors to play. Your input ->

pksvv commented 2 years ago

Deleted cache and trained the model again. Started working

Your input -> paper
You chose paper The computer chose scissors The computer won this round. It was a tie !! Do you want to play again? Your input -> scissors
You chose scissors The computer chose rock The computer won this round. Do you want to play again?