Skip to content

Commit b4c23bf

Browse files
authored
Update README.md
1 parent 16ee36c commit b4c23bf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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)
44

5+
## Contents of this document
6+
- [Installation](installation)
7+
- [How to start the server](how-to-start-the-server)
8+
- [API and how to consume it](api-and-how-to-consume-it)
9+
- make
10+
- step
11+
- reset
12+
- close
13+
- observation_space
14+
- action_space
15+
- action_sample
16+
17+
518
## Installation
619

720
Gymie can be installed using:

0 commit comments

Comments
 (0)