├── README.md ├── actor.sh ├── client ├── copyright ├── learner.sh ├── linux ├── copyright ├── linux-4-13-1-orca-0521+c2tcp.patch ├── linux-headers-4.13.1-0521-learner_4.13.1-0521-learner-10.00.Custom_amd64.deb └── linux-image-4.13.1-0521-learner_4.13.1-0521-learner-10.00.Custom_amd64.deb ├── models ├── checkpoint ├── model.ckpt-1283529.data-00000-of-00001 ├── model.ckpt-1283529.index └── model.ckpt-1283529.meta ├── orca-standalone-emulation.sh ├── orca.sh ├── params_base.json ├── params_base_eval.json ├── rl-module ├── agent.py ├── client ├── d5.py ├── envwrapper.py ├── log │ └── empty ├── mm-del-file ├── mm-thr ├── mm-thr-file ├── orca-server-mahimahi ├── params.json ├── train_dir │ └── learner0 │ │ ├── checkpoint │ │ ├── model.ckpt-1283529.data-00000-of-00001 │ │ ├── model.ckpt-1283529.index │ │ └── model.ckpt-1283529.meta └── utils.py ├── setup.sh ├── src ├── client.c ├── common.h ├── define.h ├── flow.cc ├── flow.h ├── orca-server-mahimahi.cc └── util.h └── traces ├── step-10s-3-level ├── wired12 ├── wired192 ├── wired24 ├── wired300 ├── wired48 ├── wired6 └── wired96 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/README.md -------------------------------------------------------------------------------- /actor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/actor.sh -------------------------------------------------------------------------------- /client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/client -------------------------------------------------------------------------------- /copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/copyright -------------------------------------------------------------------------------- /learner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/learner.sh -------------------------------------------------------------------------------- /linux/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/linux/copyright -------------------------------------------------------------------------------- /linux/linux-4-13-1-orca-0521+c2tcp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/linux/linux-4-13-1-orca-0521+c2tcp.patch -------------------------------------------------------------------------------- /linux/linux-headers-4.13.1-0521-learner_4.13.1-0521-learner-10.00.Custom_amd64.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/linux/linux-headers-4.13.1-0521-learner_4.13.1-0521-learner-10.00.Custom_amd64.deb -------------------------------------------------------------------------------- /linux/linux-image-4.13.1-0521-learner_4.13.1-0521-learner-10.00.Custom_amd64.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/linux/linux-image-4.13.1-0521-learner_4.13.1-0521-learner-10.00.Custom_amd64.deb -------------------------------------------------------------------------------- /models/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/models/checkpoint -------------------------------------------------------------------------------- /models/model.ckpt-1283529.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/models/model.ckpt-1283529.data-00000-of-00001 -------------------------------------------------------------------------------- /models/model.ckpt-1283529.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/models/model.ckpt-1283529.index -------------------------------------------------------------------------------- /models/model.ckpt-1283529.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/models/model.ckpt-1283529.meta -------------------------------------------------------------------------------- /orca-standalone-emulation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/orca-standalone-emulation.sh -------------------------------------------------------------------------------- /orca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/orca.sh -------------------------------------------------------------------------------- /params_base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/params_base.json -------------------------------------------------------------------------------- /params_base_eval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/params_base_eval.json -------------------------------------------------------------------------------- /rl-module/agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/agent.py -------------------------------------------------------------------------------- /rl-module/client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/client -------------------------------------------------------------------------------- /rl-module/d5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/d5.py -------------------------------------------------------------------------------- /rl-module/envwrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/envwrapper.py -------------------------------------------------------------------------------- /rl-module/log/empty: -------------------------------------------------------------------------------- 1 | empty file 2 | -------------------------------------------------------------------------------- /rl-module/mm-del-file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/mm-del-file -------------------------------------------------------------------------------- /rl-module/mm-thr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/mm-thr -------------------------------------------------------------------------------- /rl-module/mm-thr-file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/mm-thr-file -------------------------------------------------------------------------------- /rl-module/orca-server-mahimahi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/orca-server-mahimahi -------------------------------------------------------------------------------- /rl-module/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/params.json -------------------------------------------------------------------------------- /rl-module/train_dir/learner0/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/train_dir/learner0/checkpoint -------------------------------------------------------------------------------- /rl-module/train_dir/learner0/model.ckpt-1283529.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/train_dir/learner0/model.ckpt-1283529.data-00000-of-00001 -------------------------------------------------------------------------------- /rl-module/train_dir/learner0/model.ckpt-1283529.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/train_dir/learner0/model.ckpt-1283529.index -------------------------------------------------------------------------------- /rl-module/train_dir/learner0/model.ckpt-1283529.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/train_dir/learner0/model.ckpt-1283529.meta -------------------------------------------------------------------------------- /rl-module/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/rl-module/utils.py -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/setup.sh -------------------------------------------------------------------------------- /src/client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/src/client.c -------------------------------------------------------------------------------- /src/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/src/common.h -------------------------------------------------------------------------------- /src/define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/src/define.h -------------------------------------------------------------------------------- /src/flow.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/src/flow.cc -------------------------------------------------------------------------------- /src/flow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/src/flow.h -------------------------------------------------------------------------------- /src/orca-server-mahimahi.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/src/orca-server-mahimahi.cc -------------------------------------------------------------------------------- /src/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/src/util.h -------------------------------------------------------------------------------- /traces/step-10s-3-level: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/traces/step-10s-3-level -------------------------------------------------------------------------------- /traces/wired12: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /traces/wired192: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/traces/wired192 -------------------------------------------------------------------------------- /traces/wired24: -------------------------------------------------------------------------------- 1 | 1 2 | 1 3 | -------------------------------------------------------------------------------- /traces/wired300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/traces/wired300 -------------------------------------------------------------------------------- /traces/wired48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/traces/wired48 -------------------------------------------------------------------------------- /traces/wired6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/traces/wired6 -------------------------------------------------------------------------------- /traces/wired96: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Soheil-ab/Orca/HEAD/traces/wired96 --------------------------------------------------------------------------------