This repository serves as the centralized place to document all scripts related to the work we published on TaPP 2024 and you are more than welcome to check our paper.
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 (tapp) $
You can find the codespace you created at this link.
conda env create -f environment.yaml
conda activate gamearg
After setting up the codespace or your local conda environment:
-
Type
jupyter lab
in the Terminal.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
- Contact: Yilin Xia (yilinx2@illinois.edu)