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:
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: