Skip to content

Commit 74a6e8b

Browse files
committed
Merge branch 'main' of https://github.com/jscriptcoder/Gymie-Server into main
2 parents ce9a848 + 67d1464 commit 74a6e8b

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# Gymie - Server
2-
WebSocket server that exposes an API to train AI agents on OpenAI Gym and gym-api-like Environments
2+
3+
WebSocket server that exposes an API to train AI agents on [OpenAI Gym](https://gym.openai.com/) and gym-api like Environments such as [Gym Retro](https://openai.com/blog/gym-retro/) or [Unity ML-Agents](https://unity3d.com/machine-learning/), this last one with the help of [gym wrapper](https://github.com/Unity-Technologies/ml-agents/tree/master/gym-unity)
4+
5+
## Installation
6+
7+
Gymie can be installed using:
8+
9+
```
10+
$ pip install gymie
11+
```
12+
13+
or by cloning the [repo](https://github.com/jscriptcoder/Gymie-Server) and running the following:
14+
15+
```
16+
$ git clone https://github.com/jscriptcoder/Gymie-Server.git
17+
Cloning into 'Gymie-Server'...
18+
...
19+
$ cd Gymie-Server/
20+
pip install -e .
21+
```
22+
23+
## How to use
24+

0 commit comments

Comments
 (0)