Jagdeep commited on
Commit
a53b2e1
·
verified ·
1 Parent(s): 5779839

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -34,6 +34,8 @@ tags:
34
  size_categories:
35
  - 10K<n<100K
36
  license: cc-by-nc-4.0
 
 
37
  ---
38
 
39
  Evolution Gym is a large-scale benchmark for co-optimizing the design and control of soft robots. It provides a lightweight soft-body simulator wrapped with a gym-like interface for developing learning algorithms. EvoGym also includes a suite of 32 locomotion and manipulation tasks, detailed on our [website](https://evolutiongym.github.io/all-tasks). Task suite evaluations are described in our [NeurIPS 2021 paper](https://arxiv.org/pdf/2201.09863).
@@ -46,4 +48,16 @@ In this dataset, we open-source 90k+ annotated robot structures from the EvoGym
46
  - `connections` *(int64 np.ndarray)*: 2D array indicating how the robot's voxels are connected. In this dataset, all robots are fully-connected, meaning that all adjacent voxels are connected.
47
  - `reward` *(float)*: reward achieved by the robot's policy
48
  - `env_name` *(str)*: Name of the EvoGym environment (task) the robot was trained on
49
- - `generated_by` *("Genetic Algorithm" | "Bayesian Optimization" | "CPPN-NEAT")*: Algorithm used to generate the robot
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  size_categories:
35
  - 10K<n<100K
36
  license: cc-by-nc-4.0
37
+ task_categories:
38
+ - robotics
39
  ---
40
 
41
  Evolution Gym is a large-scale benchmark for co-optimizing the design and control of soft robots. It provides a lightweight soft-body simulator wrapped with a gym-like interface for developing learning algorithms. EvoGym also includes a suite of 32 locomotion and manipulation tasks, detailed on our [website](https://evolutiongym.github.io/all-tasks). Task suite evaluations are described in our [NeurIPS 2021 paper](https://arxiv.org/pdf/2201.09863).
 
48
  - `connections` *(int64 np.ndarray)*: 2D array indicating how the robot's voxels are connected. In this dataset, all robots are fully-connected, meaning that all adjacent voxels are connected.
49
  - `reward` *(float)*: reward achieved by the robot's policy
50
  - `env_name` *(str)*: Name of the EvoGym environment (task) the robot was trained on
51
+ - `generated_by` *("Genetic Algorithm" | "Bayesian Optimization" | "CPPN-NEAT")*: Algorithm used to generate the robot
52
+
53
+ If you find this dataset helpful to your research, please cite our paper:
54
+
55
+ ```
56
+ @article{bhatia2021evolution,
57
+ title={Evolution gym: A large-scale benchmark for evolving soft robots},
58
+ author={Bhatia, Jagdeep and Jackson, Holly and Tian, Yunsheng and Xu, Jie and Matusik, Wojciech},
59
+ journal={Advances in Neural Information Processing Systems},
60
+ volume={34},
61
+ year={2021}
62
+ }
63
+ ```