thomason-jesse/RLG
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Make a copy of the parsing information that the agent can overwrite as needed: $cp -r spf/geoquery/experiments/template/asp_mods/ spf/geoquery/experiments/template/dialog_writeable/ Now the system should be ready to run. If this is the very first run, build the parser in the new directory with $python dialog/main.py dialog/ retrain -restart_parser For a user with id [USER_ID] (used to separate multiple simultaneous dialogues), get the next system command with $python dialog/main.py dialog/ offline [USER_ID] The system will write its response to 'offline_data/outputs/[USER_ID]_output.txt' After the first call, the user will need to provide feedback before the agent can be invoked again. When invoked with $python dialog/main.py dialog/ offline [USER_ID] again, the system will read 'offline_data/inputs/[USER_ID]_input.txt' for a single line of user text; it will load its previous dialogue state and respond to this text, again writing to the aforementioned output file When dialogue concludes, the ASP goal settled on by the system will be written to 'offline_data/commands/[USER_ID]_command.txt' Negating this and appending it to an asp world text, clingo should be able to generate a plan to accomplish the user's goals
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published