robocup_knowledge
Variables
challenge_spr Namespace Reference

Variables

 common = knowledge_loader.load_knowledge("common")
 
string grammar
 Actions. More...
 
string grammar_target = "T"
 
list not_understood_sentences
 
string old_grammar
 Predefined questions. More...
 
 pick_location
 Verbs & shared stuff. More...
 
 place_location
 
 True
 

Variable Documentation

◆ common

challenge_spr.common = knowledge_loader.load_knowledge("common")

Definition at line 2 of file rgo2017/challenge_spr.py.

◆ grammar

string challenge_spr.grammar
Initial value:
1 = """
2 T[{actions : <A1>}] -> C[A1]
3 T[{actions : <A1, A2>}] -> C[A1] and C[A2]
4 T[{actions : <A1, A2, A3>}] -> C[A1] C[A2] and C[A3]
5 
6 C[{A}] -> Q[A]
7 """

Actions.

Definition at line 18 of file rgo2017/challenge_spr.py.

◆ grammar_target

string challenge_spr.grammar_target = "T"

Definition at line 10 of file rgo2017/challenge_spr.py.

◆ not_understood_sentences

list challenge_spr.not_understood_sentences
Initial value:
1 = [
2  "I'm so sorry! Can you please speak louder and slower? And wait for the ping!",
3  "I am deeply sorry. Please try again, but wait for the ping!",
4  "You and I have communication issues. Speak up!",
5  "All this noise is messing with my audio. Try again"
6  ]

Definition at line 4 of file rgo2017/challenge_spr.py.

◆ old_grammar

string challenge_spr.old_grammar

Predefined questions.

Counting People Arena questions Object / Category questions Data

Definition at line 214 of file rgo2017/challenge_spr.py.

◆ pick_location

challenge_spr.pick_location

Verbs & shared stuff.

Definition at line 46 of file rgo2017/challenge_spr.py.

◆ place_location

challenge_spr.place_location

Definition at line 46 of file rgo2017/challenge_spr.py.

◆ True

challenge_spr.True

Definition at line 46 of file rgo2017/challenge_spr.py.