This repository serve as the centralized place to hold latest code for Games and Argumentation
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 (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:
Tutorial.ipynb
conda env create -f environment.yaml
conda activate gamearg
For any queries related to the code:
- Open an issue on GitHub
- Or contact:
- Bertram Ludäscher at ludaesch@illinois.edu
- Yilin Xia at yilinx2@illinois.edu