MCPcopy
hub / github.com/DLR-RM/stable-baselines3 / test_env

Function test_env

tests/test_buffers.py:75–78  ·  view source on GitHub ↗
(env_cls)

Source from the content-addressed store, hash-verified

73
74@pytest.mark.parametrize("env_cls", [DummyEnv, DummyDictEnv])
75def test_env(env_cls):
76 # Check the env used for testing
77 # Do not warn for asymmetric space
78 check_env(env_cls(), warn=False, skip_render_check=True)
79
80
81@pytest.mark.parametrize("replay_buffer_cls", [ReplayBuffer, DictReplayBuffer])

Callers

nothing calls this directly

Calls 1

check_envFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…