Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCSSServerMJ

The RoboCup Soccer Simulation Server based on the MuJoCo physics engine.

Soccer Simulation Screenshot

Video: https://youtu.be/iYWw7vATQU4

Documentation

The package documentation and user guide can be found at: robocup-sim.gitlab.io/rcssservermj.

Installation

The simulation server (rcsssmj package) can be installed from PyPI via:

pip install rcsssmj

For more detailed installation instructions (virtual environments, installation from source, development setup, etc.) please refer to the Installation chapter of the User Guide.

Instructions

Start the soccer simulation server:

rcssservermj -a 127.0.0.1 -c 60000 -m 60001 -b hl_adult -f hl_adult_2020
原来的有错,我马上push你再pull一下

CLI parameter:

  • -a <ip> to specify the server IP (default: 'localhost')
  • -p <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.

Bug Reports and Feature Requests

Please use GitLab Issues for reporting bugs, requesting new features and discussing development-related subjects.

Credits

  • 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)

License and Disclaimer

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages