CoolFace
Datasetpublic

HumanCompatibleAI/ppo-Pendulum-v1

Dataset Card for "ppo-Pendulum-v1" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes232downloads
README.md25 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: obs5    sequence:6      sequence: float327  - name: acts8    sequence:9      sequence: float3210  - name: infos11    sequence: string12  - name: terminal13    dtype: bool14  - name: rews15    sequence: float3216  splits:17  - name: train18    num_bytes: 257571019    num_examples: 20020  download_size: 94037521  dataset_size: 257571022---23# Dataset Card for "ppo-Pendulum-v1"24 25[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)