Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DALSim-Docker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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-Docker
Commits
60bd6598
Commit
60bd6598
authored
5 years ago
by
ThibautDemare
Browse files
Options
Downloads
Patches
Plain Diff
We don't make simulation backup from gama anymore
parent
9785a328
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
commands.sh
+0
-1
0 additions, 1 deletion
commands.sh
source/simulation_configs/simulation_config.xml
+0
-2
0 additions, 2 deletions
source/simulation_configs/simulation_config.xml
with
0 additions
and
3 deletions
commands.sh
+
0
−
1
View file @
60bd6598
...
@@ -5,6 +5,5 @@ docker run --name gama \
...
@@ -5,6 +5,5 @@ docker run --name gama \
-v
$(
pwd
)
/CSV:/CSV
\
-v
$(
pwd
)
/CSV:/CSV
\
-v
$(
pwd
)
/bd:/bd
\
-v
$(
pwd
)
/bd:/bd
\
-v
$(
pwd
)
/DALSim:/DALSim
\
-v
$(
pwd
)
/DALSim:/DALSim
\
-v
$(
pwd
)
/Backup:/Backup
\
-v
$(
pwd
)
/Agents:/Agents
-v
$(
pwd
)
/Agents:/Agents
gama
gama
\ No newline at end of file
This diff is collapsed.
Click to expand it.
source/simulation_configs/simulation_config.xml
+
0
−
2
View file @
60bd6598
...
@@ -5,8 +5,6 @@
...
@@ -5,8 +5,6 @@
<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=
"saveSimulation"
type=
"BOOLEAN"
value=
"false"
/>
<Parameter
name=
"savedSteps"
type=
"INT"
value=
"-1"
/>
<Parameter
name=
"saveAgents"
type=
"BOOLEAN"
value=
"true"
/>
<Parameter
name=
"saveAgents"
type=
"BOOLEAN"
value=
"true"
/>
<Parameter
name=
"savedAgents"
type=
"INT"
value=
"4000"
/>
<Parameter
name=
"savedAgents"
type=
"INT"
value=
"4000"
/>
</Parameters>
</Parameters>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment