"Chris Spencer" <[EMAIL PROTECTED]> writes: > Is it feasible to use pokernetwork to make custom poker bots? I can't > find any documentation on how to do this on your site. The file
pokersource has sources but no documentation. > pokerbotlogic.py seems to contain some code to do this, but it's not > immediately clear how you'd subclass this and setup a test server to > play bots against each other. Can I simply define my own eval() > method, or is anything else required? I suggest you get inspiration from pokerbotlogic.py instead of trying to subclass it. It's small enough that you can re-implement it to your liking. In addition, I think a smart bot will require structural changes that would force you to rethink pokerbotlogic.py entirely. What are your ideas about this bot ? How would it work ? Cheers, -- +33 1 76 60 72 81 Loic Dachary mailto:[EMAIL PROTECTED] http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED] Latitude: 48.86962325498033 Longitude: 2.3623046278953552 _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
