Skip to content

Commit

Permalink
fix benchmark names
Browse files Browse the repository at this point in the history
  • Loading branch information
Howuhh committed Dec 22, 2023
1 parent d1a4e36 commit c709bea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/xminigrid/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@

NAME2HFFILENAME = {
# 1M pre-sampled tasks
"trivial-1M": "trivial_1m",
"small-1M": "small_1m",
"small-dist-1M": "small_dist_1m",
"medium-1M": "medium_1m",
"high-1M": "high_1m",
"trivial-1m": "trivial_1m",
"small-1m": "small_1m",
"small-dist-1m": "small_dist_1m",
"medium-1m": "medium_1m",
"high-1m": "high_1m",
# 5M pre-sampled tasks (TODO)
"trivial-5M": "",
"small-5M": "",
"small-dist-5M": "",
"medium-5M": "",
"high-5M": "",
"trivial-5m": "",
"small-5m": "",
"small-dist-5m": "",
"medium-5m": "",
"high-5m": "",
}


Expand Down

0 comments on commit c709bea

Please sign in to comment.