Spaces:
Runtime error
Runtime error
add listen
Browse files
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 |
|