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
We use `PongNoFrameskip-v4` (with environment wrappers from [OpenAI baselines](https://github.com/openai/baselines/blob/master/baselines/common/atari_wrappers.py)) and `Ant-v3` for Atari/Mujoco environment benchmark test with `envpool==0.6.1.post1`. Other packages' versions are all in `requirements.txt`:
10
+
The historical numbers below were produced with `PongNoFrameskip-v4` and
11
+
`Ant-v3` on `envpool==0.6.1.post1`. The current benchmark scripts in this
12
+
directory use Gymnasium's `ALE/Pong-v5` and `Ant-v5`, and the baseline
13
+
dependencies plus shared benchmark tooling are installed from
14
+
`requirements.txt`:
11
15
12
16
```bash
13
17
$ pip install -r requirements.txt
14
18
```
15
19
16
-
To align with other baseline results, FPS is multiplied with `frame_skip` (4 for `PongNoFrameskip-v4` and 5 for `Ant-v3`).
20
+
`test_gym.py` uses only the packages above. `test_envpool.py` additionally
21
+
expects an installed EnvPool build with native modules, so install the
22
+
EnvPool wheel you want to benchmark separately before running it.
23
+
24
+
To align with other baseline results, FPS is multiplied with `frame_skip` (4
0 commit comments