Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Howuhh committed Mar 5, 2024
1 parent 9b5d6df commit c783db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xminigrid/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
NAME2HFFILENAME = {
"trivial-1m": "trivial_1m_v2",
"small-1m": "small_1m_v2",
"medium-1m": "medium_1m_v1_v2",
"medium-3m": "medium_3m_v1_v2",
"medium-1m": "medium_1m_v2",
"medium-3m": "medium_3m_v2",
"high-1m": "high_1m_v2",
"high-3m": "high_3m_v2",
}
Expand Down

0 comments on commit c783db6

Please sign in to comment.