Skip to content
Snippets Groups Projects
Commit 60bd6598 authored by ThibautDemare's avatar ThibautDemare
Browse files

We don't make simulation backup from gama anymore

parent 9785a328
Branches
No related merge requests found
...@@ -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
...@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment