Changes between Version 163 and Version 164 of WikiStart
- Timestamp:
- 03/26/19 15:36:48 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v163 v164 159 159 160 160 = 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: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 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: 162 162 {{{ 163 163 class RandomParty (DefaultParty):