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
Trader uses the wrapped Forager's posted_offer field to resolve possible trades (this process must ensure offers are still valid at this point)
As before, Trader's are ensured to only trade once using the traded vec
automatic resource consumption takes place
Forager takes an action based on agent_state (which now should include posted_offer)
check posted_offer is valid, given the inventory levels of the agent (if not, set to trivial - agent must learn which offers are possible given resource levels)
Currently offers are determined by fixed rules based on the agent's inventory.
For truly emergent trading, we need decisions on offers to be part of the action space.
The text was updated successfully, but these errors were encountered: