Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions MLAgentBench/benchmarks/fathomnet/scripts/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import json

taskname = "fathomnet-out-of-sample-detection"
# download_dir = f"benchmarks/{taskname}/env"
download_dir = "benchmarks/" + taskname + "/env"
download_dir = "../env"

input(f"Consent to the competition at https://www.kaggle.com/competitions/{taskname}/data; Press any key after you have accepted the rules online.")

Expand Down
3 changes: 1 addition & 2 deletions MLAgentBench/benchmarks/feedback/scripts/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import pandas as pd

taskname = "feedback-prize-english-language-learning"
# download_dir = f"benchmarks/{taskname}/env"
download_dir = "benchmarks/" + taskname + "/env"
download_dir = "../env"

input(f"Consent to the competition at https://www.kaggle.com/competitions/{taskname}/data; Press any key after you have accepted the rules online.")

Expand Down