Skip to content

Commit

Permalink
det
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaPsarou committed Dec 5, 2024
1 parent c8fdac5 commit df630d2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion RouteRL/environment/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def reset(self) -> None:
self.sumo_connection.load(["--seed", self.seed, "--fcd-output", self.sumo_fcd, '-c', self.sumo_config_path])

self.timestep = 0
self.det_dict = []
self.det_dict = {}

#####################

Expand Down
2 changes: 1 addition & 1 deletion RouteRL/network_and_config/paths.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
origin,destination,path,free_flow_time
origins,destinations,path,free_flow_time
0,0,"441496282#0,441496282#1,441496282#2,441496282#3,441496282#4,115604047#3,-115604047#3,-115604047#2,279952229#5,115604057#1,-115604057#1",0
0,0,"441496282#0,441496282#1,441496282#2,441496282#3,441496282#4,115604047#3,-115604047#3,-115604047#2,279952229#5,279952229#6,410338471,-819269916#2,-115604057#1",0
4 changes: 2 additions & 2 deletions tutorials/MarlAlgorithmsCsomorNet/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"alpha" : 0.2,
"alpha_sigma": 0.2,
"alpha_zero": 0.2,
"beta" : 0.01,
"beta_randomness" : 0.3,
"beta" : 0.2,
"beta_randomness" : 0,
"appearance_phase" : "No need for this, by default appears in 0",
"behavior" : "No need for this, by default selfish"
}
Expand Down
4 changes: 2 additions & 2 deletions tutorials/MarlAlgorithmsTwoRouteNet/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"alpha" : 0.2,
"alpha_sigma": 0.2,
"alpha_zero": 0.2,
"beta" : 0.01,
"beta_randomness" : 0.3,
"beta" : 0.2,
"beta_randomness" : 0,
"appearance_phase" : "No need for this, by default appears in 0",
"behavior" : "No need for this, by default selfish"
}
Expand Down
4 changes: 2 additions & 2 deletions tutorials/PettingZooEnv/params_main.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"alpha" : 0.2,
"alpha_sigma": 0.2,
"alpha_zero": 0.2,
"beta" : 0.01,
"beta_randomness" : 0.3,
"beta" : 0.2,
"beta_randomness" : 0,
"appearance_phase" : "No need for this, by default appears in 0",
"behavior" : "No need for this, by default selfish"
}
Expand Down
4 changes: 2 additions & 2 deletions tutorials/SoftwareXExperiments/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"alpha" : 0.2,
"alpha_sigma": 0.2,
"alpha_zero": 0.2,
"beta" : 0.01,
"beta_randomness" : 0.3,
"beta" : 0.2,
"beta_randomness" : 0,
"appearance_phase" : "No need for this, by default appears in 0",
"behavior" : "No need for this, by default selfish"
}
Expand Down

0 comments on commit df630d2

Please sign in to comment.