chore: revert configs.py, factory.py, test_dispatch.py to main

These use_async_envs default changes belong to the async-vector-env
PR (#3274), not this CI PR. Restore to match origin/main.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pepijn
2026-04-10 16:33:36 +02:00
parent dd84819625
commit 9702f582eb
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ def test_base_create_envs():
return {}
try:
envs = _Env().create_envs(n_envs=2, use_async_envs=False)
envs = _Env().create_envs(n_envs=2)
assert "_dispatch_base_test" in envs
env = envs["_dispatch_base_test"][0]
assert isinstance(env, gym.vector.VectorEnv)