Playmaker Servers
In this section, we will cover the Playmaker servers. Playmaker servers are the decision-making servers that control the agents in the RoboCup Soccer 2D simulation environment. You can choose one of the sample servers provided in this documentation or create your own server from scratch.
Sample Playmaker Servers
- Sample Playmaker Servers in Python by using gRPC GitHub Docs
- Sample Playmaker Servers in Python by using Thrift GitHub
- Sample Playmaker Servers in C# by using gRPC GitHub
- Sample Playmaker Servers in NodeJs by using gRPC GitHub
Base Code
- Starter Base Code in Python by using Thrift GitHub