@@ -75,7 +75,7 @@ A client can communicate with Gymie via JSON, with the following format:
75
75
```
76
76
77
77
### List of methods exposed to the client
78
- - <a name =" make " >` make ` <a >: Instantiates an environment.
78
+ - <a name =" make " >` make ` </ a >: Instantiates an environment.
79
79
``` js
80
80
// Params:
81
81
{
@@ -88,7 +88,7 @@ A client can communicate with Gymie via JSON, with the following format:
88
88
" instance_id" : " unique-id"
89
89
}
90
90
```
91
- - <a name =" step " >` step ` <a >: Performs a step on the environment.
91
+ - <a name =" step " >` step ` </ a >: Performs a step on the environment.
92
92
``` js
93
93
// Params:
94
94
{
@@ -104,7 +104,7 @@ A client can communicate with Gymie via JSON, with the following format:
104
104
{... }, // info
105
105
]
106
106
```
107
- - <a name =" reset " >` reset ` <a >: Resets the environment.
107
+ - <a name =" reset " >` reset ` </ a >: Resets the environment.
108
108
``` js
109
109
// Params:
110
110
{
@@ -114,7 +114,7 @@ A client can communicate with Gymie via JSON, with the following format:
114
114
// Response:
115
115
[... ] // initial state
116
116
```
117
- - <a name =" close " >` close ` <a >: Closes the environment.
117
+ - <a name =" close " >` close ` </ a >: Closes the environment.
118
118
``` js
119
119
// Params:
120
120
{
@@ -156,7 +156,7 @@ A client can communicate with Gymie via JSON, with the following format:
156
156
157
157
// TODO MultiDiscrete
158
158
```
159
- - <a name =" action_space " >` action_space ` <a >: Generates a dictionary with action space info.
159
+ - <a name =" action_space " >` action_space ` </ a >: Generates a dictionary with action space info.
160
160
``` js
161
161
// Params:
162
162
{
@@ -177,7 +177,7 @@ A client can communicate with Gymie via JSON, with the following format:
177
177
" high" : [1 , 1 , 1 ]
178
178
}
179
179
```
180
- - <a name =" action_sample " >` action_sample ` <a >: Generates a random action.
180
+ - <a name =" action_sample " >` action_sample ` </ a >: Generates a random action.
181
181
``` js
182
182
// Params:
183
183
{
0 commit comments