From 8a26626dbd3882d1ace9f9f3449f4afa34a5cd33 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sun, 1 Dec 2024 06:20:41 +0000 Subject: [PATCH] Update py2d documentation from README --- docs/6-basecode/py2d/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/6-basecode/py2d/index.md b/docs/6-basecode/py2d/index.md index 7ab0266..5b20cd7 100644 --- a/docs/6-basecode/py2d/index.md +++ b/docs/6-basecode/py2d/index.md @@ -7,8 +7,6 @@ custom_edit_url: 'https://github.com/CLSFramework/py2d/blob/main/README.md' [![Documentation Status](https://readthedocs.org/projects/clsframework/badge/?version=latest)](https://clsframework.github.io/docs/introduction/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -![alt text](image.png) - PY2D Soccer Simulation Base Code is a base code for RoboCup 2D Soccer Simulation teams, which is written in Python. This base code is powered by the [Cross Language Soccer Framework](https://arxiv.org/pdf/2406.05621), which allows you to create a team by using any programming language that supports gRPC or Thrift. This base code uses `Helios Base` as a proxy to communicate with the RoboCup 2D Soccer Simulation server.