Datasets:

ArXiv:
License:

style(hus):polish readme format and add more information

#2
by OpenDILab - opened
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -11,6 +11,7 @@ license: apache-2.0
11
  ## Dataset Description
12
  This dataset includes 8 episodes of pong-v4 environment. The expert policy is EfficientZero, which is able to generate MCTS hidden states.
13
 
 
14
  ## Dataset Structure
15
  ### Data Instances
16
  A data point comprises tuples of sequences of (observations, actions, hidden_states):
@@ -27,4 +28,39 @@ A data point comprises tuples of sequences of (observations, actions, hidden_sta
27
  - `hidden_state`: An Array3D containing corresponding hidden states generated by EfficientZero, from 8 trajectories of an evaluated agent. The data type is float32.
28
 
29
  ### Data Splits
30
- There is only a training set for this dataset, as evaluation is undertaken by interacting with a simulator.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ## Dataset Description
12
  This dataset includes 8 episodes of pong-v4 environment. The expert policy is EfficientZero, which is able to generate MCTS hidden states.
13
 
14
+ ## Supported Tasks and Leaderboards
15
  ## Dataset Structure
16
  ### Data Instances
17
  A data point comprises tuples of sequences of (observations, actions, hidden_states):
 
28
  - `hidden_state`: An Array3D containing corresponding hidden states generated by EfficientZero, from 8 trajectories of an evaluated agent. The data type is float32.
29
 
30
  ### Data Splits
31
+ There is only a training set for this dataset, as evaluation is undertaken by interacting with a simulator.
32
+
33
+ ## Dataset Creation
34
+ ### Curation Rationale
35
+ - TBD
36
+
37
+ ### Source Data
38
+ #### Initial Data Collection and Normalization
39
+ - TBD
40
+
41
+ #### Who are the source language producers?
42
+ - TBD
43
+
44
+ #### Annotations
45
+ - TBD
46
+
47
+ ## Considerations for Using the Data
48
+ ### Known Limitations
49
+ - TBD
50
+
51
+ ## Additional Information
52
+
53
+ ### Licensing Information
54
+ - TBD
55
+
56
+ ### Citation Information
57
+
58
+ ```
59
+ TBD
60
+
61
+ ```
62
+
63
+ ### Contributions
64
+ Thanks to [@test](test_url), for adding this dataset.
65
+
66
+ [How to contribute to Datasets](https://files.pushshift.io/reddit/)