File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ WebSocket server that exposes an API to train AI agents on [OpenAI Gym](https://
26
26
27
27
Gymie can be installed using:
28
28
29
- ```
29
+ ``` bash
30
30
$ pip install gymie
31
31
```
32
32
33
33
or by cloning the [ repo] ( https://github.com/jscriptcoder/Gymie-Server ) and pip-installing in editable mode from the folder:
34
34
35
- ```
35
+ ``` bash
36
36
$ git clone https://github.com/jscriptcoder/Gymie-Server.git
37
37
Cloning into ' Gymie-Server' ...
38
38
...
@@ -48,7 +48,7 @@ Successfully installed gymie
48
48
49
49
You can start the server from the command line:
50
50
51
- ```
51
+ ``` bash
52
52
$ python -m gymie --host 0.0.0.0 --port 5000
53
53
(84581) wsgi starting up on http://0.0.0.0:5000
54
54
```
@@ -245,7 +245,7 @@ gymie.start('localhost', 8080)
245
245
# # Testing Gymie
246
246
247
247
You can run all the tests by executing `run_tests.sh` script:
248
- ```
248
+ ```bash
249
249
$ ./ run_tests.sh
250
250
```
251
251
You can’t perform that action at this time.
0 commit comments