Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigodelazcano committed Nov 28, 2023
1 parent cbb1d3e commit 556b726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils/test_dataset_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def test_generate_dataset_with_collector_env_infos(dataset_id, env_id, info_over

# Step the environment, DataCollectorV0 wrapper will do the data collection job
_, info_sample = env.reset(seed=42)
print(info_sample)

for episode in range(num_episodes):
terminated = False
Expand Down

0 comments on commit 556b726

Please sign in to comment.