Skip to content

larson-7/RL_Bpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bin Packing through Deep Reinforcement Learning with Attention

Project Description

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.

Installation

Prerequisites

  • Anaconda or Miniconda

Setup

  1. Clone the repository
  2. Create and activate the conda environment
conda env create -f environment.yml
conda activate rlbpp

About

Reinforcement Learning Bin Packing Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages