source: exampleparties/randomparty/party.py@ 71

Last change on this file since 71 was 71, checked in by Bart Vastenhouw, 3 years ago

LEARN algorithm now also available. Fixed small issues.

File size: 83 bytes
Line 
1from randomparty.RandomParty import RandomParty
2def party():
3 return RandomParty
Note: See TracBrowser for help on using the repository browser.