Genius Web 3rd parties

Welcome to the repository containing geniusweb parties created by third parties! These parties are written by others (students, competition participants etc).

module nameorigintype
anac2020created for the ANAC2020 competitionjava
ai2020created by students for the AI Techniques coursejava
anac2021created for the ANAC2021 competition java
CSE3210created by students for the course cooperative AIpython*
ANL2022created for the ANAC2022 Automated Negotiation League python*

python*: As provided these parties can be run only with the simplerunner. The setup.py file to create the zip file for use on a pythonpartiesserver is not available. To run these, you need to prepare your python system with the requirements.txt file in the main folder (ANL2022, CSE3210).

These parties were not written by us. Parties have been scanned roughly if we see anything suspicious but we can not check all code. Usage is at your own risk. We do minimal maintenance to fix them for GeniusWeb updates. Notice some of these parties require large amounts of memory.

Parties with elevated risk

In some parties we found code that might not be safe in all cases. Take extra care with these parties:

  • pompfan

Get the code!

You can check out the entire project using

svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWebThirdParties

You can check out specific parties like this (replace anac2020/agentKT with the party you need)

svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWebThirdParties/anac2020/agentKT

Notice

These parties were written for older versions of GeniusWeb, but we try to update them for later versions. However not all parties can be upgraded. Check the POM <geniusweb.version> of the party to determine its geniusweb version. You can use the version history to download older, back to the original versions as well.

Last modified 12 months ago Last modified on 04/18/23 10:51:42
Note: See TracWiki for help on using the wiki.