Skip to content

Commit 2ef8fa5

Browse files
authored
Update README.md
1 parent 9eb446c commit 2ef8fa5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ const randomAction = await env.actionSample()
7676

7777
Complete API documentation can be found here: [Gymie-Client API](https://jscriptcoder.github.io/Gymie-Client) (generated by [TypeDoc](http://typedoc.org/))
7878

79-
In the [previous section](#how-to-run-the-client-and-server) we already saw how to import gymie, connect to the server, instantiate an environment and call a few API methods. Let's go a bit more in detail:
79+
In the [previous section](#how-to-run-the-client-and-server) we already saw how to import gymie, connect to the server, instantiate an environment and call a few API methods. Let's go a bit more in detail with a complete example of a random agent interacting with an environment:
8080

81+
```ts
82+
83+
```
8184

8285
## Testing Gymie
8386

0 commit comments

Comments
 (0)