Skip to content

Commit

Permalink
now it goes
Browse files Browse the repository at this point in the history
  • Loading branch information
azhow committed Oct 17, 2017
1 parent a6cb677 commit 0bc1127
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ results
*.swp
*.py~
*.results
*.csv
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "route_coupling"]
path = route_coupling
url = https://github.com/maslab-ufrgs/route_coupling
[submodule "system_optimal_solver"]
path = system_optimal_solver
url = https://github.com/maslab-ufrgs/system_optimal_solver
2 changes: 1 addition & 1 deletion network_disturbance_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def main():
a traffic network (graph) by removing 1 random edge
and inserting another with the same attributes but
with different start and end nodes.\n
V1.0
V1.5
""")
prs.add_argument("-f", dest="file", required=True, help="The network file.\n")
prs.add_argument("-e", "--episodes", type=int, default=1000, help="Number of episodes.\n")
Expand Down
1 change: 1 addition & 0 deletions system_optimal_solver
Submodule system_optimal_solver added at c82f18

0 comments on commit 0bc1127

Please sign in to comment.