You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Currently, the features supported by OpenRL include:
59
59
- Reinforcement learning training support for natural language tasks (such as dialogue)
60
60
61
61
- Support [Arena](https://openrl-docs.readthedocs.io/en/latest/arena/index.html) , which allows convenient evaluation of
62
-
various agents in a competitive environment.
62
+
various agents (even submissions for [JiDi](https://openrl-docs.readthedocs.io/en/latest/arena/index.html#performing-local-evaluation-of-agents-submitted-to-the-jidi-platform-using-openrl)) in a competitive environment.
63
63
64
64
- Importing models and datasets from [Hugging Face](https://huggingface.co/)
### Evaluate Google Research Football submissions for JiDi locally
16
+
17
+
If you want to evaluate your Google Research Football submissions for JiDi locally, please try to use tizero as illustrated [here](foothttps://github.com/OpenRL-Lab/TiZero#evaluate-jidi-submissions-locally).
Copy file name to clipboardexpand all lines: examples/gfootball/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This is the guidance for [Google Research Football](https://github.com/google-re
8
8
9
9
### Evaluate JiDi submissions locally
10
10
11
-
If you want to evaluate your JiDi submissions locally, please try to use tizero as illustrated [here](https://github.com/OpenRL-Lab/TiZero#evaluate-jidi-submissions-locally).
11
+
If you want to evaluate your JiDi submissions locally, please try to use tizero as illustrated [here](foothttps://github.com/OpenRL-Lab/TiZero#evaluate-jidi-submissions-locally).
Copy file name to clipboardexpand all lines: examples/selfplay/README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,15 @@ python train_selfplay.py
13
13
```
14
14
15
15
16
-
## Play with a trained agent
16
+
## Play with a Trained Agent
17
17
18
18
Users can play with a trained agent via:
19
19
20
20
```shell
21
21
python human_vs_agent.py
22
-
```
22
+
```
23
+
24
+
25
+
## Evaluate Trained Agents
26
+
27
+
If you want to evaluate your trained agents, please try to use OpenRL Arena as illustrated [here](https://openrl-docs.readthedocs.io/en/latest/arena/index.html)
Original Snake environment: [here](https://github.com/jidiai/ai_lib/blob/master/env/snakes.py)
28
28
29
+
30
+
31
+
32
+
### Evaluate Google Research Football submissions for JiDi locally
33
+
34
+
If you want to evaluate your Google Research Football submissions for JiDi locally, please try to use tizero as illustrated [here](foothttps://github.com/OpenRL-Lab/TiZero#evaluate-jidi-submissions-locally).
0 commit comments