mbecker12 / surface-rl-decoder

Implementation of different NN architectures & RL techniques for decoding of the quantum surface code
MIT License
7 stars 0 forks source link

Add Number of Disregarded Episodes to Evaluation Plot #127

Closed mbecker12 closed 3 years ago

mbecker12 commented 3 years ago

Find a way to nicely add information about disregarded episodes (i.e. episodes with remaining syndromes in the final decoding step)

We will probably use the 'valid' episodes (i.e. those w/o remaining syndromes) to calculate and present fail rate and lifetime, having the number of disregarded episodes is a crucial bit of additional information.

One way to do this, would be to have another subplot of disregard-fraction next to the actual plot. Otherwise, think of ways to integrate this quantity into the main plot, maybe as marker size

mbecker12 commented 3 years ago

The marker size solution doesn't really look promising

mbecker12 commented 3 years ago

Done