Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Mar 8, 2024
1 parent 205b2f7 commit 5aee50f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/approaches/test_noisy_button_wrapper_approach.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_noisy_button_wrapper_approach(base_name, check_solved):
if check_solved:
assert task.goal_holds(traj.states[-1])
task = train_tasks[0]
assert env.reset("train", 0).allclose(task.init)
env.render_state_plt(task.init, task, caption="caption")
env.render_state_plt(task.init, task, action=Action([0.5, 0.0]))
# Cover the inherited methods.
Expand Down

0 comments on commit 5aee50f

Please sign in to comment.