alexfrom0815 / Online-3D-BPP-DRL

This repository contains the implementation of paper Online 3D Bin Packing with Constrained Deep Reinforcement Learning.
292 stars 66 forks source link

ModuleNotFoundError: No module named 'baselines.common.vec_env.shmem_vec_env' #1

Closed wbwgit closed 2 years ago

alexfrom0815 commented 3 years ago

This project uses the openai 's 'baselines' framework which provides wrapper for parallel training, you can get useful information from this link https://github.com/openai/baselines , best wishes!

wbwgit commented 3 years ago

Thanks, very much