- Descrizione :
D4RL è un benchmark open source per l'apprendimento per rinforzo offline. Fornisce ambienti e set di dati standardizzati per algoritmi di addestramento e benchmarking.
I set di dati seguono il formato RLDS per rappresentare passaggi ed episodi.
Descrizione della configurazione : vedere maggiori dettagli sull'attività e le sue versioni in https://github.com/rail-berkeley/d4rl/wiki/Tasks#gym
Pagina iniziale : https://sites.google.com/view/d4rl/home
Codice sorgente :
tfds.d4rl.d4rl_mujoco_hopper.D4rlMujocoHopper
Versioni :
-
1.0.0
: versione iniziale. -
1.1.0
: aggiunto is_last. -
1.2.0
(predefinito): aggiornato per tenere conto dell'osservazione successiva.
-
Chiavi supervisionate (Vedi
as_supervised
doc ):None
Figura ( tfds.show_examples ): non supportato.
Citazione :
@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_hopper/v0-expert (configurazione predefinita)
Dimensione download :
51.56 MiB
Dimensione del set di dati:
64.10 MiB
Memorizzazione automatica nella cache ( documentazione ): Sì
Spaccature :
Diviso | Esempi |
---|---|
'train' | 1.029 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v0-medium
Dimensione download :
51.74 MiB
Dimensione del set di dati:
64.68 MiB
Memorizzazione automatica nella cache ( documentazione ): Sì
Spaccature :
Diviso | Esempi |
---|---|
'train' | 3.064 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v0-medium-expert
Dimensione download :
62.01 MiB
Dimensione del set di dati:
77.25 MiB
Memorizzazione automatica nella cache ( documentazione ): Sì
Spaccature :
Diviso | Esempi |
---|---|
'train' | 2.277 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v0-misto
Dimensione download :
10.48 MiB
Dimensione del set di dati:
13.15 MiB
Memorizzazione automatica nella cache ( documentazione ): Sì
Spaccature :
Diviso | Esempi |
---|---|
'train' | 1.250 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v0-random
Dimensione download :
51.83 MiB
Dimensione del set di dati:
66.06 MiB
Memorizzazione automatica nella cache ( documentazione ): Sì
Spaccature :
Diviso | Esempi |
---|---|
'train' | 8.793 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v1-esperto
Dimensione download :
93.19 MiB
Dimensione del set di dati:
608.03 MiB
Memorizzazione automatica nella cache ( documentazione ): No
Spaccature :
Diviso | Esempi |
---|---|
'train' | 1.836 |
- Struttura delle caratteristiche :
FeaturesDict({
'algorithm': tf.string,
'iteration': tf.int32,
'policy': FeaturesDict({
'fc0': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=tf.float32),
'weight': Tensor(shape=(256, 11), dtype=tf.float32),
}),
'fc1': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=tf.float32),
'weight': Tensor(shape=(256, 256), dtype=tf.float32),
}),
'last_fc': FeaturesDict({
'bias': Tensor(shape=(3,), dtype=tf.float32),
'weight': Tensor(shape=(3, 256), dtype=tf.float32),
}),
'last_fc_log_std': FeaturesDict({
'bias': Tensor(shape=(3,), dtype=tf.float32),
'weight': Tensor(shape=(3, 256), dtype=tf.float32),
}),
'nonlinearity': tf.string,
'output_distribution': tf.string,
}),
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float32,
'qpos': Tensor(shape=(6,), dtype=tf.float32),
'qvel': Tensor(shape=(6,), dtype=tf.float32),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
algoritmo | Tensore | tf.string | ||
iterazione | Tensore | tf.int32 | ||
politica | CaratteristicheDict | |||
polizza/fc0 | CaratteristicheDict | |||
policy/fc0/bias | Tensore | (256,) | tf.float32 | |
policy/fc0/peso | Tensore | (256, 11) | tf.float32 | |
politica/fc1 | CaratteristicheDict | |||
policy/fc1/bias | Tensore | (256,) | tf.float32 | |
polizza/fc1/peso | Tensore | (256, 256) | tf.float32 | |
policy/last_fc | CaratteristicheDict | |||
policy/last_fc/bias | Tensore | (3,) | tf.float32 | |
policy/last_fc/weight | Tensore | (3, 256) | tf.float32 | |
policy/last_fc_log_std | CaratteristicheDict | |||
policy/last_fc_log_std/bias | Tensore | (3,) | tf.float32 | |
policy/last_fc_log_std/weight | Tensore | (3, 256) | tf.float32 | |
politica/non linearità | Tensore | tf.string | ||
distribuzione_politica/output | Tensore | tf.string | ||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float32 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float32 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float32 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v1-medium
Dimensione download :
92.03 MiB
Dimensione del set di dati:
1.78 GiB
Memorizzazione automatica nella cache ( documentazione ): No
Spaccature :
Diviso | Esempi |
---|---|
'train' | 6.328 |
- Struttura delle caratteristiche :
FeaturesDict({
'algorithm': tf.string,
'iteration': tf.int32,
'policy': FeaturesDict({
'fc0': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=tf.float32),
'weight': Tensor(shape=(256, 11), dtype=tf.float32),
}),
'fc1': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=tf.float32),
'weight': Tensor(shape=(256, 256), dtype=tf.float32),
}),
'last_fc': FeaturesDict({
'bias': Tensor(shape=(3,), dtype=tf.float32),
'weight': Tensor(shape=(3, 256), dtype=tf.float32),
}),
'last_fc_log_std': FeaturesDict({
'bias': Tensor(shape=(3,), dtype=tf.float32),
'weight': Tensor(shape=(3, 256), dtype=tf.float32),
}),
'nonlinearity': tf.string,
'output_distribution': tf.string,
}),
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float32,
'qpos': Tensor(shape=(6,), dtype=tf.float32),
'qvel': Tensor(shape=(6,), dtype=tf.float32),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
algoritmo | Tensore | tf.string | ||
iterazione | Tensore | tf.int32 | ||
politica | CaratteristicheDict | |||
polizza/fc0 | CaratteristicheDict | |||
policy/fc0/bias | Tensore | (256,) | tf.float32 | |
policy/fc0/peso | Tensore | (256, 11) | tf.float32 | |
politica/fc1 | CaratteristicheDict | |||
policy/fc1/bias | Tensore | (256,) | tf.float32 | |
polizza/fc1/peso | Tensore | (256, 256) | tf.float32 | |
policy/last_fc | CaratteristicheDict | |||
policy/last_fc/bias | Tensore | (3,) | tf.float32 | |
policy/last_fc/weight | Tensore | (3, 256) | tf.float32 | |
policy/last_fc_log_std | CaratteristicheDict | |||
policy/last_fc_log_std/bias | Tensore | (3,) | tf.float32 | |
policy/last_fc_log_std/weight | Tensore | (3, 256) | tf.float32 | |
politica/non linearità | Tensore | tf.string | ||
distribuzione_politica/output | Tensore | tf.string | ||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float32 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float32 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float32 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v1-medium-expert
Dimensione download :
184.59 MiB
Dimensione del set di dati:
230.24 MiB
Memorizzazione automatica nella cache ( documentazione ): solo quando
shuffle_files=False
(train)Spaccature :
Diviso | Esempi |
---|---|
'train' | 8.163 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float32,
'qpos': Tensor(shape=(6,), dtype=tf.float32),
'qvel': Tensor(shape=(6,), dtype=tf.float32),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float32 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float32 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float32 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v1-medium-replay
Dimensione download :
55.65 MiB
Dimensione del set di dati:
34.78 MiB
Memorizzazione automatica nella cache ( documentazione ): Sì
Spaccature :
Diviso | Esempi |
---|---|
'train' | 1.151 |
- Struttura delle caratteristiche :
FeaturesDict({
'algorithm': tf.string,
'iteration': tf.int32,
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float64),
'discount': tf.float64,
'infos': FeaturesDict({
'action_log_probs': tf.float64,
'qpos': Tensor(shape=(6,), dtype=tf.float64),
'qvel': Tensor(shape=(6,), dtype=tf.float64),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float64),
'reward': tf.float64,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
algoritmo | Tensore | tf.string | ||
iterazione | Tensore | tf.int32 | ||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float64 | |
passi/sconto | Tensore | tf.float64 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float64 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float64 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float64 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float64 | |
passi/ricompensa | Tensore | tf.float64 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v1-full-replay
Dimensione download :
183.32 MiB
Dimensione del set di dati:
114.78 MiB
Memorizzazione automatica nella cache ( documentazione ): Sì
Spaccature :
Diviso | Esempi |
---|---|
'train' | 2.907 |
- Struttura delle caratteristiche :
FeaturesDict({
'algorithm': tf.string,
'iteration': tf.int32,
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float64),
'discount': tf.float64,
'infos': FeaturesDict({
'action_log_probs': tf.float64,
'qpos': Tensor(shape=(6,), dtype=tf.float64),
'qvel': Tensor(shape=(6,), dtype=tf.float64),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float64),
'reward': tf.float64,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
algoritmo | Tensore | tf.string | ||
iterazione | Tensore | tf.int32 | ||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float64 | |
passi/sconto | Tensore | tf.float64 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float64 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float64 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float64 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float64 | |
passi/ricompensa | Tensore | tf.float64 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v1-random
Dimensione download :
91.11 MiB
Dimensione del set di dati:
130.73 MiB
Memorizzazione automatica nella cache ( documentazione ): solo quando
shuffle_files=False
(train)Spaccature :
Diviso | Esempi |
---|---|
'train' | 45.265 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float32,
'qpos': Tensor(shape=(6,), dtype=tf.float32),
'qvel': Tensor(shape=(6,), dtype=tf.float32),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float32 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float32 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float32 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v2-esperto
Dimensione download :
145.37 MiB
Dimensione del set di dati:
390.40 MiB
Memorizzazione automatica nella cache ( documentazione ): No
Spaccature :
Diviso | Esempi |
---|---|
'train' | 1.028 |
- Struttura delle caratteristiche :
FeaturesDict({
'algorithm': tf.string,
'iteration': tf.int32,
'policy': FeaturesDict({
'fc0': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=tf.float32),
'weight': Tensor(shape=(256, 11), dtype=tf.float32),
}),
'fc1': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=tf.float32),
'weight': Tensor(shape=(256, 256), dtype=tf.float32),
}),
'last_fc': FeaturesDict({
'bias': Tensor(shape=(3,), dtype=tf.float32),
'weight': Tensor(shape=(3, 256), dtype=tf.float32),
}),
'last_fc_log_std': FeaturesDict({
'bias': Tensor(shape=(3,), dtype=tf.float32),
'weight': Tensor(shape=(3, 256), dtype=tf.float32),
}),
'nonlinearity': tf.string,
'output_distribution': tf.string,
}),
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float64,
'qpos': Tensor(shape=(6,), dtype=tf.float64),
'qvel': Tensor(shape=(6,), dtype=tf.float64),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
algoritmo | Tensore | tf.string | ||
iterazione | Tensore | tf.int32 | ||
politica | CaratteristicheDict | |||
polizza/fc0 | CaratteristicheDict | |||
policy/fc0/bias | Tensore | (256,) | tf.float32 | |
policy/fc0/peso | Tensore | (256, 11) | tf.float32 | |
politica/fc1 | CaratteristicheDict | |||
policy/fc1/bias | Tensore | (256,) | tf.float32 | |
polizza/fc1/peso | Tensore | (256, 256) | tf.float32 | |
policy/last_fc | CaratteristicheDict | |||
policy/last_fc/bias | Tensore | (3,) | tf.float32 | |
policy/last_fc/weight | Tensore | (3, 256) | tf.float32 | |
policy/last_fc_log_std | CaratteristicheDict | |||
policy/last_fc_log_std/bias | Tensore | (3,) | tf.float32 | |
policy/last_fc_log_std/weight | Tensore | (3, 256) | tf.float32 | |
politica/non linearità | Tensore | tf.string | ||
distribuzione_politica/output | Tensore | tf.string | ||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float64 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float64 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float64 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v2-full-replay
Dimensione download :
179.29 MiB
Dimensione del set di dati:
115.04 MiB
Memorizzazione automatica nella cache ( documentazione ): Sì
Spaccature :
Diviso | Esempi |
---|---|
'train' | 3.515 |
- Struttura delle caratteristiche :
FeaturesDict({
'algorithm': tf.string,
'iteration': tf.int32,
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float64,
'qpos': Tensor(shape=(6,), dtype=tf.float64),
'qvel': Tensor(shape=(6,), dtype=tf.float64),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
algoritmo | Tensore | tf.string | ||
iterazione | Tensore | tf.int32 | ||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float64 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float64 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float64 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v2-medium
Dimensione download :
145.68 MiB
Dimensione del set di dati:
702.57 MiB
Memorizzazione automatica nella cache ( documentazione ): No
Spaccature :
Diviso | Esempi |
---|---|
'train' | 2.187 |
- Struttura delle caratteristiche :
FeaturesDict({
'algorithm': tf.string,
'iteration': tf.int32,
'policy': FeaturesDict({
'fc0': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=tf.float32),
'weight': Tensor(shape=(256, 11), dtype=tf.float32),
}),
'fc1': FeaturesDict({
'bias': Tensor(shape=(256,), dtype=tf.float32),
'weight': Tensor(shape=(256, 256), dtype=tf.float32),
}),
'last_fc': FeaturesDict({
'bias': Tensor(shape=(3,), dtype=tf.float32),
'weight': Tensor(shape=(3, 256), dtype=tf.float32),
}),
'last_fc_log_std': FeaturesDict({
'bias': Tensor(shape=(3,), dtype=tf.float32),
'weight': Tensor(shape=(3, 256), dtype=tf.float32),
}),
'nonlinearity': tf.string,
'output_distribution': tf.string,
}),
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float64,
'qpos': Tensor(shape=(6,), dtype=tf.float64),
'qvel': Tensor(shape=(6,), dtype=tf.float64),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
algoritmo | Tensore | tf.string | ||
iterazione | Tensore | tf.int32 | ||
politica | CaratteristicheDict | |||
polizza/fc0 | CaratteristicheDict | |||
policy/fc0/bias | Tensore | (256,) | tf.float32 | |
policy/fc0/peso | Tensore | (256, 11) | tf.float32 | |
politica/fc1 | CaratteristicheDict | |||
policy/fc1/bias | Tensore | (256,) | tf.float32 | |
polizza/fc1/peso | Tensore | (256, 256) | tf.float32 | |
policy/last_fc | CaratteristicheDict | |||
policy/last_fc/bias | Tensore | (3,) | tf.float32 | |
policy/last_fc/weight | Tensore | (3, 256) | tf.float32 | |
policy/last_fc_log_std | CaratteristicheDict | |||
policy/last_fc_log_std/bias | Tensore | (3,) | tf.float32 | |
policy/last_fc_log_std/weight | Tensore | (3, 256) | tf.float32 | |
politica/non linearità | Tensore | tf.string | ||
distribuzione_politica/output | Tensore | tf.string | ||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float64 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float64 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float64 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v2-medium-expert
Dimensione download :
290.43 MiB
Dimensione del set di dati:
228.28 MiB
Memorizzazione automatica nella cache ( documentazione ): solo quando
shuffle_files=False
(train)Spaccature :
Diviso | Esempi |
---|---|
'train' | 3.214 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float64,
'qpos': Tensor(shape=(6,), dtype=tf.float64),
'qvel': Tensor(shape=(6,), dtype=tf.float64),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float64 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float64 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float64 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v2-medium-replay
Dimensione download :
72.34 MiB
Dimensione del set di dati:
46.51 MiB
Memorizzazione automatica nella cache ( documentazione ): Sì
Spaccature :
Diviso | Esempi |
---|---|
'train' | 2.041 |
- Struttura delle caratteristiche :
FeaturesDict({
'algorithm': tf.string,
'iteration': tf.int32,
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float64,
'qpos': Tensor(shape=(6,), dtype=tf.float64),
'qvel': Tensor(shape=(6,), dtype=tf.float64),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
algoritmo | Tensore | tf.string | ||
iterazione | Tensore | tf.int32 | ||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float64 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float64 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float64 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):
d4rl_mujoco_hopper/v2-random
Dimensione download :
145.46 MiB
Dimensione del set di dati:
130.72 MiB
Memorizzazione automatica nella cache ( documentazione ): solo quando
shuffle_files=False
(train)Spaccature :
Diviso | Esempi |
---|---|
'train' | 45.240 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': Tensor(shape=(3,), dtype=tf.float32),
'discount': tf.float32,
'infos': FeaturesDict({
'action_log_probs': tf.float64,
'qpos': Tensor(shape=(6,), dtype=tf.float64),
'qvel': Tensor(shape=(6,), dtype=tf.float64),
}),
'is_first': tf.bool,
'is_last': tf.bool,
'is_terminal': tf.bool,
'observation': Tensor(shape=(11,), dtype=tf.float32),
'reward': tf.float32,
}),
})
- Documentazione sulle caratteristiche :
Caratteristica | Classe | Forma | tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | Tensore | (3,) | tf.float32 | |
passi/sconto | Tensore | tf.float32 | ||
passaggi/informazioni | CaratteristicheDict | |||
passi/informazioni/action_log_probs | Tensore | tf.float64 | ||
passi/informazioni/qpos | Tensore | (6,) | tf.float64 | |
passi/informazioni/qvel | Tensore | (6,) | tf.float64 | |
passi/è_prima | Tensore | tf.bool | ||
passi/è_ultimo | Tensore | tf.bool | ||
passi/è_terminale | Tensore | tf.bool | ||
passi/osservazione | Tensore | (11,) | tf.float32 | |
passi/ricompensa | Tensore | tf.float32 |
- Esempi ( tfds.as_dataframe ):