- Descripción :
D4RL es un punto de referencia de código abierto para el aprendizaje por refuerzo fuera de línea. Proporciona entornos y conjuntos de datos estandarizados para algoritmos de entrenamiento y evaluación comparativa.
Los conjuntos de datos siguen el formato RLDS para representar pasos y episodios.
Descripción de la configuración : vea más detalles sobre la tarea y sus versiones en https://github.com/rail-berkeley/d4rl/wiki/Tasks#gym
Página de inicio: https://sites.google.com/view/d4rl/home
Código fuente :
tfds.d4rl.d4rl_mujoco_walker2d.D4rlMujocoWalker2dVersiones :
-
1.0.0: Versión inicial. -
1.1.0: Se agregó is_last. -
1.2.0(predeterminado): actualizado para tener en cuenta la siguiente observación.
-
Claves supervisadas (Ver
as_superviseddoc ):NoneFigura ( tfds.show_examples ): no compatible.
Cita :
@misc{fu2020d4rl,
title={D4RL: Datasets for Deep Data-Driven Reinforcement Learning},
author={Justin Fu and Aviral Kumar and Ofir Nachum and George Tucker and Sergey Levine},
year={2020},
eprint={2004.07219},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
d4rl_mujoco_walker2d/v0-expert (configuración predeterminada)
Tamaño de la descarga :
78.41 MiBTamaño del conjunto de datos :
98.64 MiBAlmacenamiento automático en caché ( documentación ): Sí
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 1,628 |
- Estructura de características :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v0-medio
Tamaño de la descarga :
80.83 MiBTamaño del conjunto de datos :
99.72 MiBAlmacenamiento automático en caché ( documentación ): Sí
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 5,315 |
- Estructura de características :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v0-medio-experto
Tamaño de la descarga :
159.24 MiBTamaño del conjunto de datos :
198.36 MiBAuto-caché ( documentación ): Solo cuando
shuffle_files=False(tren)Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 6,943 |
- Estructura de características :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v0-mixto
Tamaño de la descarga :
8.42 MiBTamaño del conjunto de datos :
10.06 MiBAlmacenamiento automático en caché ( documentación ): Sí
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 501 |
- Estructura de características :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v0-aleatorio
Tamaño de la descarga :
78.41 MiBTamaño del conjunto de datos :
112.04 MiBAlmacenamiento automático en caché ( documentación ): Sí
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 50,988 |
- Estructura de características :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v1-experto
Tamaño de la descarga :
143.06 MiBTamaño del conjunto de datos :
452.72 MiBAlmacenamiento automático en caché ( documentación ): No
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 1,003 |
- Estructura de características :
FeaturesDict({
'algorithm': string,
'iteration': int32,
'policy': FeaturesDict({
'fc0': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=float32),
'weight': Tensor(shape=(256, 17), dtype=float32),
}),
'fc1': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=float32),
'weight': Tensor(shape=(256, 256), dtype=float32),
}),
'last_fc': FeaturesDict({
'bias': Tensor(shape=(6,), dtype=float32),
'weight': Tensor(shape=(6, 256), dtype=float32),
}),
'last_fc_log_std': FeaturesDict({
'bias': Tensor(shape=(6,), dtype=float32),
'weight': Tensor(shape=(6, 256), dtype=float32),
}),
'nonlinearity': string,
'output_distribution': string,
}),
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float32,
'qpos': Tensor(shape=(9,), dtype=float32),
'qvel': Tensor(shape=(9,), dtype=float32),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| algoritmo | Tensor | cuerda | ||
| iteración | Tensor | int32 | ||
| política | CaracterísticasDict | |||
| política/fc0 | CaracterísticasDict | |||
| política/fc0/sesgo | Tensor | (256,) | flotar32 | |
| política/fc0/peso | Tensor | (256, 17) | flotar32 | |
| política/fc1 | CaracterísticasDict | |||
| política/fc1/sesgo | Tensor | (256,) | flotar32 | |
| política/fc1/peso | Tensor | (256, 256) | flotar32 | |
| política/last_fc | CaracterísticasDict | |||
| política/last_fc/sesgo | Tensor | (6,) | flotar32 | |
| política/last_fc/peso | Tensor | (6, 256) | flotar32 | |
| política/last_fc_log_std | CaracterísticasDict | |||
| política/last_fc_log_std/sesgo | Tensor | (6,) | flotar32 | |
| política/last_fc_log_std/peso | Tensor | (6, 256) | flotar32 | |
| política/no linealidad | Tensor | cuerda | ||
| política/distribución_de_salida | Tensor | cuerda | ||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar32 | ||
| pasos/información/qpos | Tensor | (9,) | flotar32 | |
| pasos/información/qvel | Tensor | (9,) | flotar32 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v1-medio
Tamaño de la descarga :
144.23 MiBTamaño del conjunto de datos :
510.08 MiBAlmacenamiento automático en caché ( documentación ): No
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 1,207 |
- Estructura de características :
FeaturesDict({
'algorithm': string,
'iteration': int32,
'policy': FeaturesDict({
'fc0': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=float32),
'weight': Tensor(shape=(256, 17), dtype=float32),
}),
'fc1': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=float32),
'weight': Tensor(shape=(256, 256), dtype=float32),
}),
'last_fc': FeaturesDict({
'bias': Tensor(shape=(6,), dtype=float32),
'weight': Tensor(shape=(6, 256), dtype=float32),
}),
'last_fc_log_std': FeaturesDict({
'bias': Tensor(shape=(6,), dtype=float32),
'weight': Tensor(shape=(6, 256), dtype=float32),
}),
'nonlinearity': string,
'output_distribution': string,
}),
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float32,
'qpos': Tensor(shape=(9,), dtype=float32),
'qvel': Tensor(shape=(9,), dtype=float32),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| algoritmo | Tensor | cuerda | ||
| iteración | Tensor | int32 | ||
| política | CaracterísticasDict | |||
| política/fc0 | CaracterísticasDict | |||
| política/fc0/sesgo | Tensor | (256,) | flotar32 | |
| política/fc0/peso | Tensor | (256, 17) | flotar32 | |
| política/fc1 | CaracterísticasDict | |||
| política/fc1/sesgo | Tensor | (256,) | flotar32 | |
| política/fc1/peso | Tensor | (256, 256) | flotar32 | |
| política/last_fc | CaracterísticasDict | |||
| política/last_fc/sesgo | Tensor | (6,) | flotar32 | |
| política/last_fc/peso | Tensor | (6, 256) | flotar32 | |
| política/last_fc_log_std | CaracterísticasDict | |||
| política/last_fc_log_std/sesgo | Tensor | (6,) | flotar32 | |
| política/last_fc_log_std/peso | Tensor | (6, 256) | flotar32 | |
| política/no linealidad | Tensor | cuerda | ||
| política/distribución_de_salida | Tensor | cuerda | ||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar32 | ||
| pasos/información/qpos | Tensor | (9,) | flotar32 | |
| pasos/información/qvel | Tensor | (9,) | flotar32 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v1-medio-experto
Tamaño de la descarga :
286.69 MiBTamaño del conjunto de datos :
342.46 MiBAlmacenamiento automático en caché ( documentación ): No
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 2,209 |
- Estructura de características :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float32,
'qpos': Tensor(shape=(9,), dtype=float32),
'qvel': Tensor(shape=(9,), dtype=float32),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar32 | ||
| pasos/información/qpos | Tensor | (9,) | flotar32 | |
| pasos/información/qvel | Tensor | (9,) | flotar32 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v1-medium-replay
Tamaño de la descarga :
84.37 MiBTamaño del conjunto de datos :
52.10 MiBAlmacenamiento automático en caché ( documentación ): Sí
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 1,093 |
- Estructura de características :
FeaturesDict({
'algorithm': string,
'iteration': int32,
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float64),
'discount': float64,
'infos': FeaturesDict({
'action_log_probs': float64,
'qpos': Tensor(shape=(9,), dtype=float64),
'qvel': Tensor(shape=(9,), dtype=float64),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float64),
'reward': float64,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| algoritmo | Tensor | cuerda | ||
| iteración | Tensor | int32 | ||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar64 | |
| pasos/descuento | Tensor | flotar64 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar64 | ||
| pasos/información/qpos | Tensor | (9,) | flotar64 | |
| pasos/información/qvel | Tensor | (9,) | flotar64 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar64 | |
| pasos/recompensa | Tensor | flotar64 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v1-full-replay
Tamaño de la descarga :
278.95 MiBTamaño del conjunto de datos :
171.66 MiBAuto-caché ( documentación ): Solo cuando
shuffle_files=False(tren)Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 1,888 |
- Estructura de características :
FeaturesDict({
'algorithm': string,
'iteration': int32,
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float64),
'discount': float64,
'infos': FeaturesDict({
'action_log_probs': float64,
'qpos': Tensor(shape=(9,), dtype=float64),
'qvel': Tensor(shape=(9,), dtype=float64),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float64),
'reward': float64,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| algoritmo | Tensor | cuerda | ||
| iteración | Tensor | int32 | ||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar64 | |
| pasos/descuento | Tensor | flotar64 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar64 | ||
| pasos/información/qpos | Tensor | (9,) | flotar64 | |
| pasos/información/qvel | Tensor | (9,) | flotar64 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar64 | |
| pasos/recompensa | Tensor | flotar64 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v1-aleatorio
Tamaño de la descarga :
132.36 MiBTamaño del conjunto de datos :
192.06 MiBAuto-caché ( documentación ): Solo cuando
shuffle_files=False(tren)Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 48,790 |
- Estructura de características :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float32,
'qpos': Tensor(shape=(9,), dtype=float32),
'qvel': Tensor(shape=(9,), dtype=float32),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar32 | ||
| pasos/información/qpos | Tensor | (9,) | flotar32 | |
| pasos/información/qvel | Tensor | (9,) | flotar32 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v2-experto
Tamaño de la descarga :
219.89 MiBTamaño del conjunto de datos :
452.16 MiBAlmacenamiento automático en caché ( documentación ): No
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 1,001 |
- Estructura de características :
FeaturesDict({
'algorithm': string,
'iteration': int32,
'policy': FeaturesDict({
'fc0': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=float32),
'weight': Tensor(shape=(256, 17), dtype=float32),
}),
'fc1': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=float32),
'weight': Tensor(shape=(256, 256), dtype=float32),
}),
'last_fc': FeaturesDict({
'bias': Tensor(shape=(6,), dtype=float32),
'weight': Tensor(shape=(6, 256), dtype=float32),
}),
'last_fc_log_std': FeaturesDict({
'bias': Tensor(shape=(6,), dtype=float32),
'weight': Tensor(shape=(6, 256), dtype=float32),
}),
'nonlinearity': string,
'output_distribution': string,
}),
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float64,
'qpos': Tensor(shape=(9,), dtype=float64),
'qvel': Tensor(shape=(9,), dtype=float64),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| algoritmo | Tensor | cuerda | ||
| iteración | Tensor | int32 | ||
| política | CaracterísticasDict | |||
| política/fc0 | CaracterísticasDict | |||
| política/fc0/sesgo | Tensor | (256,) | flotar32 | |
| política/fc0/peso | Tensor | (256, 17) | flotar32 | |
| política/fc1 | CaracterísticasDict | |||
| política/fc1/sesgo | Tensor | (256,) | flotar32 | |
| política/fc1/peso | Tensor | (256, 256) | flotar32 | |
| política/last_fc | CaracterísticasDict | |||
| política/last_fc/sesgo | Tensor | (6,) | flotar32 | |
| política/last_fc/peso | Tensor | (6, 256) | flotar32 | |
| política/last_fc_log_std | CaracterísticasDict | |||
| política/last_fc_log_std/sesgo | Tensor | (6,) | flotar32 | |
| política/last_fc_log_std/peso | Tensor | (6, 256) | flotar32 | |
| política/no linealidad | Tensor | cuerda | ||
| política/distribución_de_salida | Tensor | cuerda | ||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar64 | ||
| pasos/información/qpos | Tensor | (9,) | flotar64 | |
| pasos/información/qvel | Tensor | (9,) | flotar64 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v2-full-replay
Tamaño de la descarga :
271.91 MiBTamaño del conjunto de datos :
171.66 MiBAuto-caché ( documentación ): Solo cuando
shuffle_files=False(tren)Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 1,888 |
- Estructura de características :
FeaturesDict({
'algorithm': string,
'iteration': int32,
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float64,
'qpos': Tensor(shape=(9,), dtype=float64),
'qvel': Tensor(shape=(9,), dtype=float64),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| algoritmo | Tensor | cuerda | ||
| iteración | Tensor | int32 | ||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar64 | ||
| pasos/información/qpos | Tensor | (9,) | flotar64 | |
| pasos/información/qvel | Tensor | (9,) | flotar64 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v2-medio
Tamaño de la descarga :
221.50 MiBTamaño del conjunto de datos :
505.58 MiBAlmacenamiento automático en caché ( documentación ): No
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 1,191 |
- Estructura de características :
FeaturesDict({
'algorithm': string,
'iteration': int32,
'policy': FeaturesDict({
'fc0': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=float32),
'weight': Tensor(shape=(256, 17), dtype=float32),
}),
'fc1': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=float32),
'weight': Tensor(shape=(256, 256), dtype=float32),
}),
'last_fc': FeaturesDict({
'bias': Tensor(shape=(6,), dtype=float32),
'weight': Tensor(shape=(6, 256), dtype=float32),
}),
'last_fc_log_std': FeaturesDict({
'bias': Tensor(shape=(6,), dtype=float32),
'weight': Tensor(shape=(6, 256), dtype=float32),
}),
'nonlinearity': string,
'output_distribution': string,
}),
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float64,
'qpos': Tensor(shape=(9,), dtype=float64),
'qvel': Tensor(shape=(9,), dtype=float64),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| algoritmo | Tensor | cuerda | ||
| iteración | Tensor | int32 | ||
| política | CaracterísticasDict | |||
| política/fc0 | CaracterísticasDict | |||
| política/fc0/sesgo | Tensor | (256,) | flotar32 | |
| política/fc0/peso | Tensor | (256, 17) | flotar32 | |
| política/fc1 | CaracterísticasDict | |||
| política/fc1/sesgo | Tensor | (256,) | flotar32 | |
| política/fc1/peso | Tensor | (256, 256) | flotar32 | |
| política/last_fc | CaracterísticasDict | |||
| política/last_fc/sesgo | Tensor | (6,) | flotar32 | |
| política/last_fc/peso | Tensor | (6, 256) | flotar32 | |
| política/last_fc_log_std | CaracterísticasDict | |||
| política/last_fc_log_std/sesgo | Tensor | (6,) | flotar32 | |
| política/last_fc_log_std/peso | Tensor | (6, 256) | flotar32 | |
| política/no linealidad | Tensor | cuerda | ||
| política/distribución_de_salida | Tensor | cuerda | ||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar64 | ||
| pasos/información/qpos | Tensor | (9,) | flotar64 | |
| pasos/información/qvel | Tensor | (9,) | flotar64 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v2-medio-experto
Tamaño de la descarga :
440.79 MiBTamaño del conjunto de datos :
342.45 MiBAlmacenamiento automático en caché ( documentación ): No
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 2,191 |
- Estructura de características :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float64,
'qpos': Tensor(shape=(9,), dtype=float64),
'qvel': Tensor(shape=(9,), dtype=float64),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar64 | ||
| pasos/información/qpos | Tensor | (9,) | flotar64 | |
| pasos/información/qvel | Tensor | (9,) | flotar64 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v2-medium-replay
Tamaño de la descarga :
82.32 MiBTamaño del conjunto de datos :
52.10 MiBAlmacenamiento automático en caché ( documentación ): Sí
Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 1,093 |
- Estructura de características :
FeaturesDict({
'algorithm': string,
'iteration': int32,
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float64,
'qpos': Tensor(shape=(9,), dtype=float64),
'qvel': Tensor(shape=(9,), dtype=float64),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| algoritmo | Tensor | cuerda | ||
| iteración | Tensor | int32 | ||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar64 | ||
| pasos/información/qpos | Tensor | (9,) | flotar64 | |
| pasos/información/qvel | Tensor | (9,) | flotar64 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):
d4rl_mujoco_walker2d/v2-aleatorio
Tamaño de descarga :
206.10 MiBTamaño del conjunto de datos :
192.11 MiBAuto-caché ( documentación ): Solo cuando
shuffle_files=False(tren)Divisiones :
| Separar | Ejemplos |
|---|---|
'train' | 48,908 |
- Estructura de características :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32),
'discount': float32,
'infos': FeaturesDict({
'action_log_probs': float64,
'qpos': Tensor(shape=(9,), dtype=float64),
'qvel': Tensor(shape=(9,), dtype=float64),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': Tensor(shape=(17,), dtype=float32),
'reward': float32,
}),
})
- Documentación de características :
| Rasgo | Clase | Forma | Tipo D | Descripción |
|---|---|---|---|---|
| CaracterísticasDict | ||||
| pasos | conjunto de datos | |||
| pasos/acción | Tensor | (6,) | flotar32 | |
| pasos/descuento | Tensor | flotar32 | ||
| pasos/información | CaracterísticasDict | |||
| pasos/infos/action_log_probs | Tensor | flotar64 | ||
| pasos/información/qpos | Tensor | (9,) | flotar64 | |
| pasos/información/qvel | Tensor | (9,) | flotar64 | |
| pasos/es_primero | Tensor | bool | ||
| pasos/es_último | Tensor | bool | ||
| pasos/es_terminal | Tensor | bool | ||
| pasos/observación | Tensor | (17,) | flotar32 | |
| pasos/recompensa | Tensor | flotar32 |
- Ejemplos ( tfds.as_dataframe ):