m-abr / FCPCodebase

FC Portugal Codebase
GNU General Public License v3.0
35 stars 7 forks source link

strategy #1

Closed Dionysus7777777 closed 8 months ago

m-abr commented 9 months ago

The team strategy is defined in FCPCodebase/agent/Agent.py This file contains a function _think_andsend which is called individually for every player in the team, every 0.02s. The current strategy is defined in lines 169 to 211. I would suggest launching the team and starting to explore the code in that function. Then it should be easy to modify or add your strategy :slightly_smiling_face:

Dionysus7777777 commented 8 months ago

thanks