Skip to content

Commit d8e5377

Browse files
committed
fix conflict
1 parent d46c8ab commit d8e5377

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed
File renamed without changes.

docs/4-Proxy/0-soccer-simulation-proxy/index.md renamed to docs/4-proxy/index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 4
3+
title: Soccer Simulation Proxy
4+
---
15
# Soccer Simulation Proxy
26
[![GitHub license](https://img.shields.io/github/license/helios-base/helios-base)](https://github.com/helios-base/helios-base/blob/master/LISENCE)
37

@@ -41,18 +45,18 @@ This new base code is powered by Helios-Base and gRPC, designed to assist resear
4145

4246
To use this framework, follow the steps below in order:
4347

44-
### 1. Start the **rcssserver**
48+
### 1 - Start the **rcssserver**
4549
The **rcssserver** hosts the game. You can follow the instructions for setting it up in the [soccersimulation server](./../5-soccersimulation/0-server/index.md).
4650

47-
### 2. Run the **Playmaker-Server**
51+
### 2 - Run the **Playmaker-Server**
4852
Next, run one of the sample Playmaker Servers, such as this [gRPC Server](../../2-sampleserver/0-sample-python-base-code-gRPC/index.md), to receive information from the agents and send appropriate actions back to the game.
4953

50-
### 3. Set up the **Soccer Simulation Proxy**
54+
### 3 - Set up the **Soccer Simulation Proxy**
5155
Now, run the **Soccer Simulation Proxy** to connect to the **rcssserver** and handle information exchange between agents and the server. You can do this using AppImage, Docker, or by building from source.
5256

5357
Here, we’ll explain how to run the Soccer Simulation Proxy using AppImage and build from the source.
5458

55-
### 1 - AppImage
59+
### 4.1 - Use **AppImage**
5660

5761
#### 1. Download the AppImage
5862
You can download the AppImage from the [release page](https://github.com/CLSFramework/soccer-simulation-proxy/releases) or use the following command to download the latest version:
@@ -84,7 +88,7 @@ For instructions on how to run **rcssmonitor**, check the [rcssmonitor](../../5-
8488

8589

8690

87-
### 2 - Build from source, install, and run (Linux, WSL)
91+
### 4.2 - Build from **source, install, and run (Linux, WSL)**
8892

8993
To build the soccer simulation proxy, you need to install the following dependencies:
9094

static/data/team.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
},
2929
{
3030
"name": "Arad Firouzkouhi",
31-
"email": "",
32-
"linkedin": "",
33-
"github": ""
31+
"email": "aradfir@gmail.com",
32+
"linkedin": "https://www.linkedin.com/in/arad-firouzkouhi",
33+
"github": "https://github.com/aradfir",
34+
"img": "https://avatars.githubusercontent.com/aradfir"
3435
},
3536
{
3637
"name": "Soroush Mazloum",

0 commit comments

Comments
 (0)