You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: During --train mode, sampling seems to stop, if there's no agent of e.g. g_f left. Any tips how to prevent this / implement many different types of agents which get consumed one by one?
Use case: I tried to add food with different types of value to train_gather.py to see if agents gather the more valuable food first. Unfortunately I'm not able to set this up, because sampling simply stops when one of the food agents has been used up.
The text was updated successfully, but these errors were encountered:
jposor
changed the title
How to implement different types of food, that gets consumed one by one. Or: How to prevent sampling to stop to early.
How to implement different types of food, that gets consumed one by one. Or: How to prevent sampling to stop too early.
Sep 17, 2018
Hey, thanks for publishing this great platform!
Question: During
--train
mode, sampling seems to stop, if there's no agent of e.g.g_f
left. Any tips how to prevent this / implement many different types of agents which get consumed one by one?Use case: I tried to add food with different types of value to train_gather.py to see if agents gather the more valuable food first. Unfortunately I'm not able to set this up, because sampling simply stops when one of the food agents has been used up.
Thank you!
The text was updated successfully, but these errors were encountered: