Changes between Version 163 and Version 164 of WikiStart


Ignore:
Timestamp:
03/26/19 15:36:48 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v163 v164  
    159159
    160160= Writing a party in Python
    161 We provide a python-to-java adapter so that you can easily write your agent in python instead of Java. You can check the example code [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties/randompartypy here]. A python-based agent looks like this:
     161We provide a python-to-java adapter so that you can easily write your agent in python instead of Java. You can check the full working example code [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/exampleparties/randompartypy/src/main/resources/RandomParty.py here]. A python-based agent looks like this:
    162162{{{
    163163class RandomParty (DefaultParty):