ai4co / rl4co

A PyTorch library for all things Reinforcement Learning (RL) for Combinatorial Optimization (CO)
https://rl4.co
MIT License
381 stars 70 forks source link

[Feat] FLP and MCP and enviroments #191

Closed bokveizen closed 2 months ago

bokveizen commented 3 months ago

Description

Added environments for the Facility Location Problem (FLP) and the Maximum Coverage Problem (MCP).

Motivation and Context

Added various problem environments other than routing problems.

Types of changes

Checklist

fedebotu commented 2 months ago

It seems that most comments were resolved, should we go ahead and merge?

bokveizen commented 2 months ago

It seems that most comments were resolved, should we go ahead and merge?

I think the core functions are okay now! I may add some additional functions, e.g., render later :D

fedebotu commented 2 months ago

Yep, we can do rendering afterwards. I think the only major thing missing for the 0.5.0 release is an overhaul of documentation :+1: