The RoboCup Soccer Simulation Server based on the MuJoCo physics engine.
This repository is a fork of the original repository, which can be found here
Video: https://youtu.be/f6MvmqiiU6Q
The package documentation and user guide can be found at: robocup-sim.gitlab.io/rcssservermj.
The simulation server (rcsssmj package) can be installed from PyPI via:
pip install rcsssmjFor more detailed installation instructions (virtual environments, installation from source, development setup, etc.) please refer to the Installation chapter of the User Guide.
Start the soccer simulation server:
rcssservermj -a 127.0.0.1 -c 60000 -m 60001CLI parameter:
-a <ip>to specify the server IP (default: 'localhost')-c <agent_port>to specify the agent port (default: 60000)-m <monitor_port>to specify the monitor port (default: 60001)
Stop the server: Simply ctrl+c the server process.
For more detailed instructions on how to run a simulation (including the full list of CLI parameter) please refer to the Running a Simulation chapter of the User Guide.
Please use GitLab Issues for reporting bugs, requesting new features and discussing development-related subjects.
- Pitch texture taken from dm_control (Apache 2.0 license)
- Ant robot XML taken from gymnasium (MIT License)
- T1 robot XML and assets adapted / taken from booster_gym (Apache 2.0 License)
- K1 robot XML and assets adapted / taken from booster_assets (BSD 3-Clause License)
Copyright (c) 2025 The RCSSServerMJ authors.
This project is licensed under the terms of the MIT License.
This applies to all source files in this repository except where otherwise noted.
ReStructuredText documents, images, and videos in the doc directory are made available under the terms of the Creative Commons Attribution 4.0 (CC BY 4.0) license. You may obtain a copy of the License at https://creativecommons.org/licenses/by/4.0/legalcode.
