Skip to content

Commit

Permalink
params
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaPsarou committed Nov 7, 2024
1 parent 09ffc04 commit 00a1c28
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions RouteRL/network_and_config/agents_data.csv
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
id,origin,destination,start_time,kind
0,0,0,27,Human
1,0,0,40,Human
2,0,0,31,Human
3,0,0,3,Human
4,0,0,37,Human
5,0,0,28,Human
6,0,0,9,Human
7,0,0,36,Human
8,0,0,22,Human
9,0,0,25,Human
10,0,0,39,Human
11,0,0,38,Human
12,0,0,2,Human
13,0,0,18,Human
14,0,0,20,Human
15,0,0,29,Human
16,0,0,16,Human
17,0,0,32,Human
18,0,0,26,Human
19,0,0,30,Human
0,0,0,1,Human
1,0,0,3,Human
2,0,0,5,Human
3,0,0,7,Human
4,0,0,9,Human
5,0,0,11,Human
6,0,0,13,Human
7,0,0,15,Human
8,0,0,17,Human
9,0,0,19,Human
10,0,0,21,Human
11,0,0,23,Human
12,0,0,25,Human
13,0,0,27,Human
14,0,0,29,Human
15,0,0,31,Human
16,0,0,33,Human
17,0,0,35,Human
18,0,0,37,Human
19,0,0,39,Human
2 changes: 1 addition & 1 deletion tutorials/MLinPL/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

"appearance_phase" : 1,
"learning_phases" : [1, 2],
"behavior" : "collaborative",
"behavior" : "selfish",
"model" : "DQN",
"observed_span" : 300,
"epsilon" : 0.99,
Expand Down

0 comments on commit 00a1c28

Please sign in to comment.