robocup_knowledge
Namespaces | Variables
rgo2018/challenge_eegpsr.py File Reference

Go to the source code of this file.

Namespaces

 challenge_eegpsr
 

Variables

string challenge_eegpsr.follow_action = "follow", {"location-from": {""}, "location-to": {}, "target": {}}
 Demo. More...
 
string challenge_eegpsr.grammar
 Actions. More...
 
 challenge_eegpsr.grammar_parser = CFGParser.fromstring(obj_grammar)
 
string challenge_eegpsr.grammar_target = "T"
 
string challenge_eegpsr.loc_grammar
 ANSWER QUESTION. More...
 
list challenge_eegpsr.not_understood_sentences
 
string challenge_eegpsr.obj_grammar
 
 challenge_eegpsr.pick_location
 Verbs & shared stuff. More...
 
 challenge_eegpsr.place_location
 
 challenge_eegpsr.result = grammar_parser.parse("T", sentence)
 
string challenge_eegpsr.sentence = " ".join(sys.argv[2:])
 
 challenge_eegpsr.True