Open ShayekhBinIslam opened 2 years ago
By running python -m examples.smac.generate_ant_data, more than 70 GB is already consumed. What is the requirement for running SMAC? And how to reduce the memory footprint?
python -m examples.smac.generate_ant_data
Thanks Ashvin and Vichyr. "By reducing the replay buffer size and number of tasks, memory can be saved".
By running
python -m examples.smac.generate_ant_data
, more than 70 GB is already consumed. What is the requirement for running SMAC? And how to reduce the memory footprint?