mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-02 03:55:39 +00:00
Update test
This commit is contained in:
parent
9ac6225cdb
commit
2dcbef99c1
1 changed files with 2 additions and 1 deletions
|
|
@ -384,9 +384,10 @@ def test_get_system_info():
|
|||
assert info["Stable-Baselines3"] == str(sb3.__version__)
|
||||
assert "Python" in info_str
|
||||
assert "PyTorch" in info_str
|
||||
assert "GPU Enabled" in info_str
|
||||
assert "Accelerator" in info_str
|
||||
assert "Numpy" in info_str
|
||||
assert "Gym" in info_str
|
||||
assert "Cloudpickle" in info_str
|
||||
|
||||
|
||||
def test_is_vectorized_observation():
|
||||
|
|
|
|||
Loading…
Reference in a new issue