Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DALSim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thibaut DEMARE
DALSim
Wiki
Guide_utilisation
Changes
Page history
New page
Templates
Clone repository
Add the new parameters of the experiment for this example
authored
5 years ago
by
ThibautDemare
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Guide_utilisation.md
+3
-1
3 additions, 1 deletion
Guide_utilisation.md
with
3 additions
and
1 deletion
Guide_utilisation.md
View page @
5229cd7f
...
@@ -92,11 +92,13 @@ Voici une proposition de configuration du mode headless décrit dans le fichier
...
@@ -92,11 +92,13 @@ Voici une proposition de configuration du mode headless décrit dans le fichier
```
xml
```
xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<Experiment_plan>
<Experiment_plan>
<Simulation
id=
"1"
sourcePath=
"../DALSim/models/
merged
.gaml"
finalStep=
"6000"
experiment=
"Docker with traffic screenshots"
>
<Simulation
id=
"1"
sourcePath=
"../DALSim/models/
Main
.gaml"
finalStep=
"
1
6000"
experiment=
"Docker with traffic screenshots"
>
<Parameters>
<Parameters>
<Parameter
name=
"saveObservations"
type=
"BOOLEAN"
value=
"true"
/>
<Parameter
name=
"saveObservations"
type=
"BOOLEAN"
value=
"true"
/>
<Parameter
name=
"pathBD"
type=
"STRING"
value=
"/bd/Used/"
/>
<Parameter
name=
"pathBD"
type=
"STRING"
value=
"/bd/Used/"
/>
<Parameter
name=
"CSVFolderPath"
type=
"STRING"
value=
"/CSV/"
/>
<Parameter
name=
"CSVFolderPath"
type=
"STRING"
value=
"/CSV/"
/>
<Parameter
name=
"saveAgents"
type=
"BOOLEAN"
value=
"true"
/>
<Parameter
name=
"savedAgents"
type=
"INT"
value=
"4000"
/>
</Parameters>
</Parameters>
<Outputs>
<Outputs>
<Output
id=
"1"
name=
"Road traffic"
framerate=
"1"
/>
<Output
id=
"1"
name=
"Road traffic"
framerate=
"1"
/>
...
...
This diff is collapsed.
Click to expand it.