This repository demonstrates the paper titled "Games, Queries, and Argumentation Frameworks: Time for a Family Reunion!" presented at AI^3 2023.
To set up your environment, simply click on the Open in GitHub Codespaces
button above. Once the environment setup is complete, you'll be presented with an online version of VScode.
Notice: If you encounter alerts like "Container build failed. Check troubleshooting guide" or "This codespace is currently running in recovery mode due to a configuration error", don't panic. Just press
Ctrl+Shift+P
and type>Codespaces: Full Rebuild Container
to resolve the issue.
This process will take around 4-8 minutes. Please do not press any button until you see something like: @username ➜ /workspaces/Games-and-Argumentation-AI3 (main) $
You can find the codespace you created at this link.
After setting up the codespace environment:
-
Type
jupyter Lab
in the Terminal of the VScode online version.Notice: Sometimes, due to codespace limitations, the terminal may go blank. Simply refreshing your browser should solve the problem.
-
This will lead you to the Jupyter Lab interface, where you can run:
demo.ipynb
For any queries related to the code:
- Open an issue on GitHub
- Or contact:
- Bertram Ludäscher at ludaesch@illinois.edu
- Shawn Bowers at bowers@gonzaga.edu
- Yilin Xia at yilinx2@illinois.edu
@misc{xia_games_and_argumentation_ai3_2023,
title = {Games and Argumentation Demo Repository},
author = {Xia, Yilin and Bowers, Shawn and Lud\"ascher, Bertram},
year = {2023},
month = oct,
note = {\href{https://github.com/idaks/Games-and-Argumentation-AI3}{github.com/idaks/Games-and-Argumentation-AI3}}
}