Skip to content

Commit

Permalink
Merge pull request #3 from FuturICT2/README3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pardianabele authored Mar 23, 2020
2 parents dc90331 + f35748a commit b14c308
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Welcome to the Finance4 simulation platform!
Design-compliance alignment

*for more imformation see ...
*for more imformation see ...*


5. cadCAD
Expand All @@ -134,10 +134,10 @@ Welcome to the Finance4 simulation platform!
for more information see https://github.com/BlockScience/cadCAD?
- run the simulations and store the output in a separate file
python Fin4_ABM.py
`python Fin4_ABM.py`
- run the simulation through the visualizasion module
python Data_analysis_ABM.py
`python Data_analysis_ABM.py`



Expand All @@ -148,7 +148,8 @@ Welcome to the Finance4 simulation platform!
5. The config.ini file

Knowing how to modify the configuration file is very important!


```
[general]
time_steps = 6 => total number of timesteps the simulation will execute
output_file_name = 'output.json' => name the output file. it will be created in the same folder as Fin4_ABM.py
Expand Down Expand Up @@ -206,4 +207,5 @@ set2_number_of_PATs = 3
set2_token_purpose = malicious
set2_token_design = careful
;arbitrarily big number because for bootstrapping it doesn't matter
set2_creator_id = 10000
set2_creator_id = 10000
```

0 comments on commit b14c308

Please sign in to comment.