wolpertinger_ddpg
wolpertinger_ddpg copied to clipboard
assert(npts >= num_neighbors) AssertionError
When I change the k_ration in agrs to generate multiple actions, AssertionError shows as:
Traceback (most recent call last):
File "/Users/xx/Downloads/DROO-master/mec/rlmodel/LDAS/main.py", line 211, in
What's the reason and how can I fix it?