MineDojo/MineCLIP

Bug: Wrong action transformation in example code

mansicer opened this issue · 0 comments

if action[-1] != 0 or action[-1] != 1 or action[-1] != 3:
action[-1] = 0

action[-1] will be 0 regardless of its previous value.