Clarification Needed on num_depot Usage in MDCPDP Environment #220
Moonbohoon
started this conversation in
General
Replies: 2 comments
-
any update in here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I modified the code in class MDCPDPGenerator: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working with the
MDCPDPEnv
environment from this repository and encountered an issue regarding the usage ofnum_depot
. In the_step
and_get_reward
function ofenv.py
andrender.py
, num_depot is derived fromtd["capacity"].shape[-1]
, which seems unusual to me. Here's the relevant code snippet:I believe it should be derived from
depot
, notcapacity
. Is this understanding correct?Any guidance or confirmation on this issue would be greatly appreciated. Thank you!
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions