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