:hide-toc: ========= PCVRPTW ========= Prize-Collecting Vehicle Routing Problem with Time Windows (PCVRPTW) This version of the CVRPTW does not require visiting all clients. Instead, each client has a prize that is collected upon visitation. The objective is to minimize the total combined traveled time of all vehicle routes while maximizing the collected prizes. Here's everything about PCVRPTW environment: .. toctree:: :maxdepth: 1 agent-reward/agent-reward agent-selector/agent-selector environment/environment generation/generation observations/observations