MineDojo / Voyager

An Open-Ended Embodied Agent with Large Language Models
https://voyager.minedojo.org/
MIT License
5.4k stars 493 forks source link

Manual Critic does not work due to typo #48

Closed TimeLordRaps closed 1 year ago

TimeLordRaps commented 1 year ago

Typo in agents/critic.py line 131: if self.mode == "human": should be: if self.mode == "manual":

Changing this line allows manual critiquing.

xieleo5 commented 1 year ago

Oh, sorry about the mistake. Thanks for pointing this out! Fixed in the latest commit.