Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
CloseChoice committed Jul 2, 2024
1 parent 15da105 commit 169b0d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/envs/test_env_implementation.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ def test_slippery_cliffwalking():

def test_cliffwalking():
env = CliffWalkingEnv(is_slippery=False)
import json

with open("new_implementation.json", "w+") as f:
json.dump(env.P, f, default=str)
for actions_dict in env.P.values():
for transitions in actions_dict.values():
assert len(transitions) == 1
Expand Down

0 comments on commit 169b0d8

Please sign in to comment.