forked from ci-group/revolve2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
31 lines (31 loc) · 851 Bytes
/
Copy pathproject.yml
File metadata and controls
31 lines (31 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This is custom config file that defines some project wide things such as the names of packages.
# Primarily used by the CI.
platform_independent_packages:
- experimentation
- modular_robot
- modular_robot_physical
- modular_robot_simulation
- simulation
- simulators/mujoco_simulator
platform_dependent_packages:
- ci_group
examples:
- brain_with_feedback
- custom_brain
- custom_terrain
- compare_simulated_and_physical_robot
- evaluate_multiple_interacting_robots
- evaluate_multiple_isolated_robots
- evaluate_single_robot
- experiment_setup
- physical_robot_remote
- robot_bodybrain_ea
- robot_bodybrain_ea_database
- robot_brain_cmaes
- robot_brain_cmaes_database
- simple_ea_xor
- simple_ea_xor_database
- simulate_single_robot
tests-dir: tests
examples-dir: examples
revolve2-namespace: revolve2