dcgym/iroko

Use Arrow to share data between data collector and agent

Opened this issue · 0 comments

Currently, the entire agent is prototyped in Python, this includes the network and data collection operations. They should be written in a more efficient language to reduce operational latency and resource usage. A nice way to compose the framework is to use Arrow to glue all modules together. Data can be collected in C and shared with the Python agent using the Arrow interface.