Datasets:

ArXiv:
License:
kxzxvbk commited on
Commit
49c2a67
1 Parent(s): 6063ec5

Update Pong-v4-expert-MCTS.py

Browse files
Files changed (1) hide show
  1. 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-new.safetensors",
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