minerl icon indicating copy to clipboard operation
minerl copied to clipboard

nearbySmelt fuel priority

Open KarolisRam opened this issue 4 years ago • 3 comments

Currently neabySmelt uses first burnable item in your inventory as fuel, maybe there should be a priority instead? For example coal > plank > log > stick > wooden_pickaxe?

I was so confused when my agent somehow kept ending up with 1 stick in inventory... this was the reason :)

KarolisRam avatar May 03 '21 11:05 KarolisRam

The current implementation allows for agents to determine smelting priority by equipping the preferred fuel before smelting (as indeed you say the ordering is based on inventory ordering). That being said, we don't currently have this analog for the demonstrations, so BC only policies will be messed up by this. One alternative is to rectify this in the smelt action, humans who place a particular fuel in the furnace could be recorded as equipping the fuel, then re-equipping their previously held item

brandonhoughton avatar May 13 '21 18:05 brandonhoughton

How to equip coal? No such action?

amimibear avatar Sep 23 '21 13:09 amimibear

How to equip coal? No such action?

There is no action for equipping coal (you are limited to the ones the environment provides).

Miffyli avatar Sep 23 '21 14:09 Miffyli