louisdewar / doxa

The OLD version of DOXA (for the new version see https://doxaai.com) A customisable platform for creating fully automated AI 🧠 competitions.
https://doxa.uclaisociety.co.uk
14 stars 2 forks source link

Streaming decompression of agent #69

Open louisdewar opened 2 years ago

louisdewar commented 2 years ago

In the VM instead of saving the whole compressed agent and then decompressing it which requires 2x the max agent size, we should streaming decompress the agent as we receive it.