mivp-agent / moos-ivp-agent

Model agnostic ML tooling for MOOS-IvP
https://mivp-agent.github.io/
MIT License
8 stars 3 forks source link

Efficient data selection / storage in data consumers #12

Open CarterFendley opened 2 years ago

CarterFendley commented 2 years ago

For now, inheritors of the Consumer object manage their own data selection and storage. There is potential to assure that if multiple Consumers are ingesting the same data they do not store duplicates in memory.

Would have to take control of the selection of data and access later. As well as put careful thought into the whole idea.