Simulation Structure
Simulations are configured through a series of YAML files and uploaded to the Lexset servers for processing.
Last updated
Simulations are configured through a series of YAML files and uploaded to the Lexset servers for processing.
Last updated
{
"version": 3, # Most recent Lexset configuration version
"global":
{
"use_single_uuid": True,
"all":
{
"temp_dir": "/seahaven_temp",
"assets_folder": "/general/lexset/seahaven3.0/assets",
"output_dir": "",
},
},
"modules": [
# This is where you will create your simulation
# You will add and edit modules here.
]
}{
"module": "name.OfModule",
"config": {
"module_param1": "param1_val",
"module_param2": "param2_val",
"module_param3": "param3_val"
}
}