d4rl_adroit_hammer

  • 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_adroit_hammer/v0-human (configurazione predefinita)

  • Dimensione del download : 5.33 MiB

  • Dimensione del set di dati : 6.10 MiB

  • Auto-cache ( documentazione ): Sì

  • Divisioni :

Diviso Esempi
'train' 70
  • Struttura delle caratteristiche :
FeaturesDict({
    'steps': Dataset({
        'action': Tensor(shape=(26,), dtype=float32),
        'discount': float32,
        'infos': FeaturesDict({
            'qpos': Tensor(shape=(33,), dtype=float32),
            'qvel': Tensor(shape=(33,), dtype=float32),
        }),
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': Tensor(shape=(46,), dtype=float32),
        'reward': float32,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (26,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
passi/informazioni/qpos Tensore (33,) galleggiante32
passaggi/informazioni/qvel Tensore (33,) galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (46,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_adroit_hammer/v0-clonato

  • Dimensione del download : 644.69 MiB

  • Dimensione del set di dati: 538.97 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 5.594
  • Struttura delle caratteristiche :
FeaturesDict({
    'steps': Dataset({
        'action': Tensor(shape=(26,), dtype=float32),
        'discount': float64,
        'infos': FeaturesDict({
            'qpos': Tensor(shape=(33,), dtype=float64),
            'qvel': Tensor(shape=(33,), dtype=float64),
        }),
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': Tensor(shape=(46,), dtype=float64),
        'reward': float64,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (26,) galleggiante32
passi/sconto Tensore galleggiante64
passaggi/informazioni CaratteristicheDict
passi/informazioni/qpos Tensore (33,) galleggiante64
passaggi/informazioni/qvel Tensore (33,) galleggiante64
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (46,) galleggiante64
passi/ricompensa Tensore galleggiante64

d4rl_adroit_hammer/v0-expert

  • Dimensione del download : 529.91 MiB

  • Dimensione del set di dati: 737.00 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 5.000
  • Struttura delle caratteristiche :
FeaturesDict({
    'steps': Dataset({
        'action': Tensor(shape=(26,), dtype=float32),
        'discount': float32,
        'infos': FeaturesDict({
            'action_logstd': Tensor(shape=(26,), dtype=float32),
            'action_mean': Tensor(shape=(26,), dtype=float32),
            'qpos': Tensor(shape=(33,), dtype=float32),
            'qvel': Tensor(shape=(33,), dtype=float32),
        }),
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': Tensor(shape=(46,), dtype=float32),
        'reward': float32,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (26,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_logstd Tensore (26,) galleggiante32
passaggi/informazioni/action_mean Tensore (26,) galleggiante32
passi/informazioni/qpos Tensore (33,) galleggiante32
passaggi/informazioni/qvel Tensore (33,) galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (46,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_adroit_hammer/v1-umano

  • Dimensione del download : 5.35 MiB

  • Dimensione del set di dati: 6.34 MiB

  • Auto-cache ( documentazione ): Sì

  • Divisioni :

Diviso Esempi
'train' 25
  • Struttura delle caratteristiche :
FeaturesDict({
    'steps': Dataset({
        'action': Tensor(shape=(26,), dtype=float32),
        'discount': float32,
        'infos': FeaturesDict({
            'board_pos': Tensor(shape=(3,), dtype=float32),
            'qpos': Tensor(shape=(33,), dtype=float32),
            'qvel': Tensor(shape=(33,), dtype=float32),
            'target_pos': Tensor(shape=(3,), dtype=float32),
        }),
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': Tensor(shape=(46,), dtype=float32),
        'reward': float32,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
passi Set di dati
passi/azione Tensore (26,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/board_pos Tensore (3,) galleggiante32
passi/informazioni/qpos Tensore (33,) galleggiante32
passaggi/informazioni/qvel Tensore (33,) galleggiante32
steps/infos/target_pos Tensore (3,) galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (46,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_adroit_hammer/v1-clonato

  • Dimensione del download : 425.93 MiB

  • Dimensione del set di dati: 1.68 GiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 3.606
  • Struttura delle caratteristiche :
FeaturesDict({
    'algorithm': string,
    'policy': FeaturesDict({
        'fc0': FeaturesDict({
            'bias': Tensor(shape=(256,), dtype=float32),
            'weight': Tensor(shape=(46, 256), dtype=float32),
        }),
        'fc1': FeaturesDict({
            'bias': Tensor(shape=(256,), dtype=float32),
            'weight': Tensor(shape=(256, 256), dtype=float32),
        }),
        'last_fc': FeaturesDict({
            'bias': Tensor(shape=(26,), dtype=float32),
            'weight': Tensor(shape=(256, 26), dtype=float32),
        }),
        'nonlinearity': string,
        'output_distribution': string,
    }),
    'steps': Dataset({
        'action': Tensor(shape=(26,), dtype=float32),
        'discount': float32,
        'infos': FeaturesDict({
            'board_pos': Tensor(shape=(3,), dtype=float32),
            'qpos': Tensor(shape=(33,), dtype=float32),
            'qvel': Tensor(shape=(33,), dtype=float32),
            'target_pos': Tensor(shape=(3,), dtype=float32),
        }),
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': Tensor(shape=(46,), dtype=float32),
        'reward': float32,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
politica CaratteristicheDict
politica/fc0 CaratteristicheDict
politica/fc0/bias Tensore (256,) galleggiante32
politica/fc0/peso Tensore (46, 256) 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 (26,) galleggiante32
policy/last_fc/peso Tensore (256, 26) galleggiante32
politica/non linearità Tensore corda
politica/output_distribution Tensore corda
passi Set di dati
passi/azione Tensore (26,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/board_pos Tensore (3,) galleggiante32
passi/informazioni/qpos Tensore (33,) galleggiante32
passaggi/informazioni/qvel Tensore (33,) galleggiante32
steps/infos/target_pos Tensore (3,) galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (46,) galleggiante32
passi/ricompensa Tensore galleggiante32

d4rl_adroit_hammer/v1-expert

  • Dimensione del download : 531.24 MiB

  • Dimensione del set di dati: 843.54 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 5.000
  • Struttura delle caratteristiche :
FeaturesDict({
    'algorithm': string,
    'policy': FeaturesDict({
        'fc0': FeaturesDict({
            'bias': Tensor(shape=(32,), dtype=float32),
            'weight': Tensor(shape=(32, 46), dtype=float32),
        }),
        'fc1': FeaturesDict({
            'bias': Tensor(shape=(32,), dtype=float32),
            'weight': Tensor(shape=(32, 32), dtype=float32),
        }),
        'last_fc': FeaturesDict({
            'bias': Tensor(shape=(26,), dtype=float32),
            'weight': Tensor(shape=(26, 32), dtype=float32),
        }),
        'last_fc_log_std': FeaturesDict({
            'bias': Tensor(shape=(26,), dtype=float32),
            'weight': Tensor(shape=(26, 32), dtype=float32),
        }),
        'nonlinearity': string,
        'output_distribution': string,
    }),
    'steps': Dataset({
        'action': Tensor(shape=(26,), dtype=float32),
        'discount': float32,
        'infos': FeaturesDict({
            'action_log_std': Tensor(shape=(26,), dtype=float32),
            'action_mean': Tensor(shape=(26,), dtype=float32),
            'board_pos': Tensor(shape=(3,), dtype=float32),
            'qpos': Tensor(shape=(33,), dtype=float32),
            'qvel': Tensor(shape=(33,), dtype=float32),
            'target_pos': Tensor(shape=(3,), dtype=float32),
        }),
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': Tensor(shape=(46,), dtype=float32),
        'reward': float32,
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
algoritmo Tensore corda
politica CaratteristicheDict
politica/fc0 CaratteristicheDict
politica/fc0/bias Tensore (32,) galleggiante32
politica/fc0/peso Tensore (32, 46) galleggiante32
politica/fc1 CaratteristicheDict
politica/fc1/bias Tensore (32,) galleggiante32
politica/fc1/peso Tensore (32, 32) galleggiante32
politica/ultimo_fc CaratteristicheDict
policy/last_fc/bias Tensore (26,) galleggiante32
policy/last_fc/peso Tensore (26, 32) galleggiante32
policy/last_fc_log_std CaratteristicheDict
politica/last_fc_log_std/bias Tensore (26,) galleggiante32
politica/last_fc_log_std/peso Tensore (26, 32) galleggiante32
politica/non linearità Tensore corda
politica/output_distribution Tensore corda
passi Set di dati
passi/azione Tensore (26,) galleggiante32
passi/sconto Tensore galleggiante32
passaggi/informazioni CaratteristicheDict
steps/infos/action_log_std Tensore (26,) galleggiante32
passaggi/informazioni/action_mean Tensore (26,) galleggiante32
steps/infos/board_pos Tensore (3,) galleggiante32
passi/informazioni/qpos Tensore (33,) galleggiante32
passaggi/informazioni/qvel Tensore (33,) galleggiante32
steps/infos/target_pos Tensore (3,) galleggiante32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione Tensore (46,) galleggiante32
passi/ricompensa Tensore galleggiante32