Datasets:

ArXiv:
License:
kxzxvbk commited on
Commit
9b1709e
·
1 Parent(s): edbdc8a

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
@@ -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}/Pong-v4-expert.pkl",
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