Skip to content

Commit

Permalink
"training every 5 steps for 100 episodes"
Browse files Browse the repository at this point in the history
  • Loading branch information
ferielamira1 committed May 20, 2024
1 parent baf1b33 commit 4260ce9
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions abm/data/metaprotocol/experiments/MADRLExp0N10R100T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand All @@ -48,7 +48,7 @@
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
#Constant("BINARY_ENV_STATUS", 0),
Constant("WITH_VISUALIZATION", 0),
Constant("WITH_VISUALIZATION", 1),
Constant("INIT_FRAMERATE", 60),
Constant("SHOW_VISUAL_FIELDS", 1),
Constant("SHOW_VISUAL_FIELDS_RETURN", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N10R10T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N10R3T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N10R50T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N3R100T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N3R10T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
4 changes: 2 additions & 2 deletions abm/data/metaprotocol/experiments/MADRLExp0N3R3T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Constant("TRAIN_EVERY", 5),
Constant("PRETRAINED", 0),
Constant("PRETRAINED", 1),
Constant("BATCH_SIZE", 128),
Constant("REPLAY_MEMORY_CAPACITY", 50000),
Constant("GAMMA", 0.99),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N3R50T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N5R100T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N5R10T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N5R3T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N5R50T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N8R100T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N8R10T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N8R3T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N8R50T5M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Constant("ENV_WIDTH", 500),
Constant("ENV_HEIGHT", 500),
Constant("WINDOW_PAD", 30),
Constant("N_EPISODES", 50),
Constant("N_EPISODES", 100),
Constant("T", 20000),
Constant("SEED", 0),
Constant("TRAIN", 1),
Expand Down

0 comments on commit 4260ce9

Please sign in to comment.