Parsenal/c4_v2_1
收藏资源简介:
该数据集包含了关于某种状态(state)的信息,以及与之相关的额外信息(extras)。它还包括了状态的字符串表示(state_str),negamax的字符串表示(negamax_str),最优解(optimal),以及是否可犯错(is_blunderable)的布尔值。数据集分为训练集(train)、可犯错训练集(train_blunderable)、测试集(test)和翻转的可犯错训练集(train_blunderable_flipped)。每个集合都有相应的字节数和示例数。
The dataset includes information about a certain state, additional related information (extras), string representations of the state (state_str) and negamax (negamax_str), the optimal solution (optimal), and a boolean indicating whether it is blunderable (is_blunderable). The dataset is split into training set (train), blunderable training set (train_blunderable), test set (test), and flipped blunderable training set (train_blunderable_flipped). Each set has its corresponding number of bytes and examples.



