Jagdeep
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,19 @@ In this dataset, we open-source 2.5k+ annotated robot structures and policies fr
|
|
| 54 |
- `generated_by` *("Genetic Algorithm" | "Bayesian Optimization" | "CPPN-NEAT")*: Algorithm used to generate the robot
|
| 55 |
- `policy_blob` *(binary)*: Serialized policy for the robot
|
| 56 |
|
| 57 |
-
---
|
| 58 |
|
| 59 |
<span id="note1">[1]</span> This dataset is a subset of [EvoGym/robots](https://huggingface.co/datasets/EvoGym/robots)
|
| 60 |
<span id="note2">[2]</span> Rewards may not exactly match those in [EvoGym/robots](https://huggingface.co/datasets/EvoGym/robots), due to changes in the library, system architecture, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
- `generated_by` *("Genetic Algorithm" | "Bayesian Optimization" | "CPPN-NEAT")*: Algorithm used to generate the robot
|
| 55 |
- `policy_blob` *(binary)*: Serialized policy for the robot
|
| 56 |
|
|
|
|
| 57 |
|
| 58 |
<span id="note1">[1]</span> This dataset is a subset of [EvoGym/robots](https://huggingface.co/datasets/EvoGym/robots)
|
| 59 |
<span id="note2">[2]</span> Rewards may not exactly match those in [EvoGym/robots](https://huggingface.co/datasets/EvoGym/robots), due to changes in the library, system architecture, etc.
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
If you find this dataset helpful to your research, please cite our paper:
|
| 63 |
+
|
| 64 |
+
```
|
| 65 |
+
@article{bhatia2021evolution,
|
| 66 |
+
title={Evolution gym: A large-scale benchmark for evolving soft robots},
|
| 67 |
+
author={Bhatia, Jagdeep and Jackson, Holly and Tian, Yunsheng and Xu, Jie and Matusik, Wojciech},
|
| 68 |
+
journal={Advances in Neural Information Processing Systems},
|
| 69 |
+
volume={34},
|
| 70 |
+
year={2021}
|
| 71 |
+
}
|
| 72 |
+
```
|