You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Transformer Pointer-Critic
2
2
3
+
This is a repo with the source code for the [Attention-Based Model and Deep Reinforcement Learning for Distribution of Event Processing Tasks](https://arxiv.org/abs/2112.03835). If this code is useful for your work, please cite our paper:
4
+
5
+
```
6
+
@inproceedings{Mazayev2021AttentionBasedMA,
7
+
title={Attention-Based Model and Deep Reinforcement Learning for Distribution of Event Processing Tasks},
8
+
author={Andriy Mazayev and Faroq Al-Tam and No{\'e}lia S. C. Correia},
9
+
year={2021}
10
+
}
11
+
```
12
+
3
13
## Contents
4
14
5
15
-[Problem Statement](#problem-statement)
@@ -26,7 +36,7 @@ pip install -r requirements.txt
26
36
27
37
For more info check Tensorflow's [installation guide](https://www.tensorflow.org/install/pip).
28
38
29
-
## Architecture Details
39
+
## Architecture
30
40
31
41
**Simple Overview**
32
42

@@ -50,12 +60,12 @@ Three QoS are considered:
50
60
```python
51
61
array([
52
62
[ 0.00, 0.00, 0.00], -> Node EOS. Rejected `Rules` will be "placed" here
0 commit comments