Datasets:
Jagdeep
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ Evolution Gym is a large-scale benchmark for co-optimizing the design and contro
|
|
45 |
In this dataset, we open-source 90k+ annotated robot structures from the EvoGym paper. The fields of each robot in the dataset are as follows:
|
46 |
- `uid` *(str)*: Unique identifier for the robot
|
47 |
- `body` *(int64 np.ndarray)*: 2D array indicating the voxels that make up the robot
|
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
|
|
|
45 |
In this dataset, we open-source 90k+ annotated robot structures from the EvoGym paper. The fields of each robot in the dataset are as follows:
|
46 |
- `uid` *(str)*: Unique identifier for the robot
|
47 |
- `body` *(int64 np.ndarray)*: 2D array indicating the voxels that make up the robot
|
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
|