tlemagny commited on
Commit
09f711d
·
1 Parent(s): 85beb99

add listen

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -114,7 +114,7 @@ VALID GAME COMMANDS for play_action:
114
  - Objects: take <item>, drop <item>, open <thing>, close <thing>, examine <thing>, put <item> in <container>, pull <object>, push <object>
115
  - Light: turn on lamp, turn off lamp
116
  - Combat: attack/hit <enemy> with <weapon> (swords, axes, etc.)
117
- - Other: inventory, look, read <thing>, wait, ask <character> about <topic>, give <item> to <character>
118
 
119
  FORBIDDEN (will NOT work): check, inspect, search, grab, use, help
120
 
 
114
  - Objects: take <item>, drop <item>, open <thing>, close <thing>, examine <thing>, put <item> in <container>, pull <object>, push <object>
115
  - Light: turn on lamp, turn off lamp
116
  - Combat: attack/hit <enemy> with <weapon> (swords, axes, etc.)
117
+ - Other: inventory, look, read <thing>, wait, ask <character> about <topic>, give <item> to <character>, listen
118
 
119
  FORBIDDEN (will NOT work): check, inspect, search, grab, use, help
120