Fabian Ruffy

Results 123 issues of Fabian Ruffy

First of all, thanks a lot for implementing this tool. I have generated a parser and visitor for the OpenCypher syntax using your generator. Everything has worked well out of...

Hello, is there a version that works with Cifar 10 and Tiny Image net? The examples in the repository seems to have been designed for metric learning.

A nice way to show the usefulness of the compiler is to reimplement most of the xdp examples in the /linux/samples folder in pure P4 code. This is also a...

- [x] DDPG - [x] PPO - [x] REINFORCE - [ ] Linear Policy Iteration - [x] A3C - [x] APE-X - [x] IMPALA - [x] TD3 - [ ]...

enhancement
help wanted

An example of useful statistics can be found here: https://github.com/flowgrind/flowgrind

enhancement

Add a baseline NUM solver and a random agent to compare their performance against the trained models.

enhancement
help wanted

Instead of sampling hosts from centralized switches, hosts should notify the arbiter of intention to send a flow to a location. Path can be inferred by the arbiter. This is...

enhancement

OVS is slow, cumbersome, and overengineered for our purposes. A nice alternative would be a [VPP](https://wiki.fd.io/view/VPP/What_is_VPP%3F) or [XDP](https://www.iovisor.org/technology/xdp) based switching framework which is much more lightweight and flexible. The hope...

enhancement
help wanted

See title

enhancement
help wanted

Mininet is very heavyweight and introduces a lot of dependencies. It would be nice to move away from OVS and use a simpler topology manager and generator.

enhancement