Skip to content

Commit

Permalink
Remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
ekomlenovic committed Dec 16, 2024
1 parent 568861c commit 2d88c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/VIRAL.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ def test_policy(
epi_rewards += reward.item()
if dones[0]:
if info[0]["TimeLimit.truncated"]:
print("truncated")
nb_success += 1
break
all_rewards.append(epi_rewards)
Expand Down

0 comments on commit 2d88c3b

Please sign in to comment.