UoA-CARES / cares_reinforcement_learning

CARES Reinforcement Learning Package
11 stars 2 forks source link

Saving Memory Buffer #196

Open beardyFace opened 2 months ago

beardyFace commented 2 months ago

Although technically a functional prototype, the major issue is for image-based learning - the saved buffer is very large as the number of images grows. The vector-based learning is feasible, but image-based is impractical at this stage.