Skip to content

Commit

Permalink
Update test_reach.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Oct 4, 2024
1 parent 8ec20d6 commit 28f3a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/envs/hand/test_reach.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def test_serialize_deserialize():
env1 = gym.make("HandReach-v1", distance_threshold=1e-6)
env1 = gym.make("HandReach-v2", distance_threshold=1e-6)
env1.reset()
env2 = pickle.loads(pickle.dumps(env1))

Expand Down

0 comments on commit 28f3a99

Please sign in to comment.