pagand / ORL_optimizer

offline RL optimizer
0 stars 0 forks source link

Sprint meeting 3 #9

Closed pagand closed 1 month ago

pagand commented 1 month ago

Solution 1: A workaround is to store the string lists as numpy byte objects because they only have 1 refcount. (check for other solutions yourself!) This will create a robust reproducable trips from datastream. You can check if you still have memory leak using memory profiler (https://upaspro.com/how-to-check-for-memory-leak-in-python/) Solution2: Do not manipulate trips based on hard coded IDs. Try to select trips dynamically.

Action items: