Skip to content

Commit

Permalink
Added test for obs wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb committed May 5, 2020
1 parent 050ce00 commit cf9a376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
)
# This should not fail either
ImgObsWrapper(env)
env.reset()
env.step(0)
env.close()

##############################################################################

Expand Down

0 comments on commit cf9a376

Please sign in to comment.