d4rl_mujoco_halfcheetah

  • 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.

@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_halfcheetah/v0-expert (configurazione predefinita)

  • Dimensione del download : 83.44 MiB

  • Dimensione del set di dati: 98.43 MiB

  • Auto-cache ( documentazione ): Sì

  • Divisioni :

Diviso Esempi
'train' 1.002
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v0-medium

  • Dimensione del download : 82.92 MiB

  • Dimensione del set di dati: 98.43 MiB

  • Auto-cache ( documentazione ): Sì

  • Divisioni :

Diviso Esempi
'train' 1.002
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v0-medium-expert

  • Dimensione del download : 166.36 MiB

  • Dimensione del set di dati: 196.86 MiB

  • Cache automatica ( documentazione ): solo quando shuffle_files=False (treno)

  • Divisioni :

Diviso Esempi
'train' 2.004
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v0-misto

  • Dimensione del download : 8.60 MiB

  • Dimensione del set di dati: 9.94 MiB

  • Auto-cache ( documentazione ): Sì

  • Divisioni :

Diviso Esempi
'train' 101
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v0-random

  • Dimensione del download : 84.79 MiB

  • Dimensione del set di dati: 98.43 MiB

  • Auto-cache ( documentazione ): Sì

  • Divisioni :

Diviso Esempi
'train' 1.002
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v1-expert

  • Dimensione del download : 146.94 MiB

  • Dimensione del set di dati: 451.88 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 1.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
iterazione Tensore int32
politica CaratteristicheDict
politica/fc0 CaratteristicheDict
politica/fc0/bias Tensore (256,) galleggiante32
politica/fc0/peso Tensore (256, 17) galleggiante32
politica/fc1 CaratteristicheDict
politica/fc1/bias Tensore (256,) galleggiante32
politica/fc1/peso Tensore (256, 256) galleggiante32
politica/ultimo_fc CaratteristicheDict
policy/last_fc/bias Tensore (6,) galleggiante32
policy/last_fc/peso Tensore (6, 256) galleggiante32
policy/last_fc_log_std CaratteristicheDict
politica/last_fc_log_std/bias Tensore (6,) galleggiante32
politica/last_fc_log_std/peso Tensore (6, 256) galleggiante32
politica/non linearità Tensore corda
politica/output_distribution Tensore corda
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante32
passi/informazioni/qpos Tensore (9,) galleggiante32
passaggi/informazioni/qvel Tensore (9,) galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v1-medium

  • Dimensione del download : 146.65 MiB

  • Dimensione del set di dati: 451.88 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 1.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
iterazione Tensore int32
politica CaratteristicheDict
politica/fc0 CaratteristicheDict
politica/fc0/bias Tensore (256,) galleggiante32
politica/fc0/peso Tensore (256, 17) galleggiante32
politica/fc1 CaratteristicheDict
politica/fc1/bias Tensore (256,) galleggiante32
politica/fc1/peso Tensore (256, 256) galleggiante32
politica/ultimo_fc CaratteristicheDict
policy/last_fc/bias Tensore (6,) galleggiante32
policy/last_fc/peso Tensore (6, 256) galleggiante32
policy/last_fc_log_std CaratteristicheDict
politica/last_fc_log_std/bias Tensore (6,) galleggiante32
politica/last_fc_log_std/peso Tensore (6, 256) galleggiante32
politica/non linearità Tensore corda
politica/output_distribution Tensore corda
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante32
passi/informazioni/qpos Tensore (9,) galleggiante32
passaggi/informazioni/qvel Tensore (9,) galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v1-medium-expert

  • Dimensione del download : 293.00 MiB

  • Dimensione del set di dati: 342.37 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 2.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante32
passi/informazioni/qpos Tensore (9,) galleggiante32
passaggi/informazioni/qvel Tensore (9,) galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v1-medium-replay

  • Dimensione del download : 57.68 MiB

  • Dimensione del set di dati: 34.59 MiB

  • Auto-cache ( documentazione ): Sì

  • Divisioni :

Diviso Esempi
'train' 202
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
iterazione Tensore int32
passi Set di dati
passi/azione Tensore (6,) galleggiante64
passi/sconto Tensore galleggiante64
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante64
passi/informazioni/qpos Tensore (9,) galleggiante64
passaggi/informazioni/qvel Tensore (9,) galleggiante64
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante64
passi/ricompensa Tensore galleggiante64

d4rl_mujoco_halfcheetah/v1-full-replay

  • Dimensione del download : 285.01 MiB

  • Dimensione del set di dati: 171.22 MiB

  • Cache automatica ( documentazione ): solo quando shuffle_files=False (treno)

  • Divisioni :

Diviso Esempi
'train' 1.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
iterazione Tensore int32
passi Set di dati
passi/azione Tensore (6,) galleggiante64
passi/sconto Tensore galleggiante64
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante64
passi/informazioni/qpos Tensore (9,) galleggiante64
passaggi/informazioni/qvel Tensore (9,) galleggiante64
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante64
passi/ricompensa Tensore galleggiante64

d4rl_mujoco_halfcheetah/v1-random

  • Dimensione del download : 145.19 MiB

  • Dimensione del set di dati: 171.18 MiB

  • Cache automatica ( documentazione ): solo quando shuffle_files=False (treno)

  • Divisioni :

Diviso Esempi
'train' 1.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante32
passi/informazioni/qpos Tensore (9,) galleggiante32
passaggi/informazioni/qvel Tensore (9,) galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v2-expert

  • Dimensione del download : 226.46 MiB

  • Dimensione del set di dati: 451.88 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 1.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
iterazione Tensore int32
politica CaratteristicheDict
politica/fc0 CaratteristicheDict
politica/fc0/bias Tensore (256,) galleggiante32
politica/fc0/peso Tensore (256, 17) galleggiante32
politica/fc1 CaratteristicheDict
politica/fc1/bias Tensore (256,) galleggiante32
politica/fc1/peso Tensore (256, 256) galleggiante32
politica/ultimo_fc CaratteristicheDict
policy/last_fc/bias Tensore (6,) galleggiante32
policy/last_fc/peso Tensore (6, 256) galleggiante32
policy/last_fc_log_std CaratteristicheDict
politica/last_fc_log_std/bias Tensore (6,) galleggiante32
politica/last_fc_log_std/peso Tensore (6, 256) galleggiante32
politica/non linearità Tensore corda
politica/output_distribution Tensore corda
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante64
passi/informazioni/qpos Tensore (9,) galleggiante64
passaggi/informazioni/qvel Tensore (9,) galleggiante64
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v2-full-replay

  • Dimensione del download : 277.88 MiB

  • Dimensione del set di dati: 171.22 MiB

  • Cache automatica ( documentazione ): solo quando shuffle_files=False (treno)

  • Divisioni :

Diviso Esempi
'train' 1.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
iterazione Tensore int32
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante64
passi/informazioni/qpos Tensore (9,) galleggiante64
passaggi/informazioni/qvel Tensore (9,) galleggiante64
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v2-medium

  • Dimensione del download : 226.71 MiB

  • Dimensione del set di dati: 451.88 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 1.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
iterazione Tensore int32
politica CaratteristicheDict
politica/fc0 CaratteristicheDict
politica/fc0/bias Tensore (256,) galleggiante32
politica/fc0/peso Tensore (256, 17) galleggiante32
politica/fc1 CaratteristicheDict
politica/fc1/bias Tensore (256,) galleggiante32
politica/fc1/peso Tensore (256, 256) galleggiante32
politica/ultimo_fc CaratteristicheDict
policy/last_fc/bias Tensore (6,) galleggiante32
policy/last_fc/peso Tensore (6, 256) galleggiante32
policy/last_fc_log_std CaratteristicheDict
politica/last_fc_log_std/bias Tensore (6,) galleggiante32
politica/last_fc_log_std/peso Tensore (6, 256) galleggiante32
politica/non linearità Tensore corda
politica/output_distribution Tensore corda
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante64
passi/informazioni/qpos Tensore (9,) galleggiante64
passaggi/informazioni/qvel Tensore (9,) galleggiante64
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v2-medium-expert

  • Dimensione del download : 452.58 MiB

  • Dimensione del set di dati: 342.37 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 2.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante64
passi/informazioni/qpos Tensore (9,) galleggiante64
passaggi/informazioni/qvel Tensore (9,) galleggiante64
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v2-medium-replay

  • Dimensione del download : 56.69 MiB

  • Dimensione del set di dati: 34.59 MiB

  • Auto-cache ( documentazione ): Sì

  • Divisioni :

Diviso Esempi
'train' 202
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
iterazione Tensore int32
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante64
passi/informazioni/qpos Tensore (9,) galleggiante64
passaggi/informazioni/qvel Tensore (9,) galleggiante64
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_mujoco_halfcheetah/v2-random

  • Dimensione del download : 226.34 MiB

  • Dimensione del set di dati: 171.18 MiB

  • Cache automatica ( documentazione ): solo quando shuffle_files=False (treno)

  • Divisioni :

Diviso Esempi
'train' 1.000
  • Struttura delle caratteristiche :
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,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (6,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_probs Tensore galleggiante64
passi/informazioni/qpos Tensore (9,) galleggiante64
passaggi/informazioni/qvel Tensore (9,) galleggiante64
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (17,) galleggiante32
passi/ricompensa Tensore galleggiante32