You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@ pushd scripts
7
7
sh download-rcssserver.sh #install RoboCup Server
8
8
popd
9
9
```
10
-
Next, install the soccer proxy, which uses C++ to read and pre-processes state data and passes them to the Python server (this project) for decision-making.
11
-
```Bash
12
-
pushd scripts
13
-
sh download-proxy.sh.sh #install C++ proxy
14
-
popd
15
-
```
16
10
Clone this repository & install the required python libraries (such as gRPC). Don't forget to activate your virtual environment!
Next, install the soccer proxy, which uses C++ to read and pre-processes state data and passes them to the Python server (this project) for decision-making.
18
+
```Bash
19
+
pushd scripts
20
+
sh download-proxy.sh.sh #install C++ proxy
21
+
popd
22
+
```
23
23
Finally, download the monitor from [the original repository](https://github.com/rcsoccersim/rcssmonitor/releases) in order to view the games.
24
24
## Running a game
25
25
This section assumes you have installed the server & proxy using the scripts (as mentioned above)
0 commit comments