Update Pong-v4-expert-MCTS.py
Browse files- Pong-v4-expert-MCTS.py +1 -1
Pong-v4-expert-MCTS.py
CHANGED
@@ -15,7 +15,7 @@ _LICENSE = "Apache-2.0"
|
|
15 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
16 |
_BASE_URL = "https://huggingface.co/datasets/OpenDILabCommunity/Pong-v4-expert-MCTS/resolve/main"
|
17 |
_URLS = {
|
18 |
-
"Pong-v4-expert-MCTS": f"{_BASE_URL}/pong-v4-expert
|
19 |
}
|
20 |
|
21 |
|
|
|
15 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
16 |
_BASE_URL = "https://huggingface.co/datasets/OpenDILabCommunity/Pong-v4-expert-MCTS/resolve/main"
|
17 |
_URLS = {
|
18 |
+
"Pong-v4-expert-MCTS": f"{_BASE_URL}/pong-v4-expert.safetensors",
|
19 |
}
|
20 |
|
21 |
|