This project implements aspects of the Attend2Pack algorithm, a deep reinforcement learning approach to solving bin packing problems. It uses attention mechanisms and policy gradient methods to learn efficient packing strategies.
- Anaconda or Miniconda
- Clone the repository
- Create and activate the conda environment
conda env create -f environment.yml
conda activate rlbpp