UMass-Foundation-Model / Co-LLM-Agents

[ICLR 2024] Source codes for the paper "Building Cooperative Embodied Agents Modularly with Large Language Models"
https://vis-www.cs.umass.edu/Co-LLM-Agents/
221 stars 31 forks source link

Unresolved reference 'goals' #10

Closed wunglee closed 1 year ago

wunglee commented 1 year ago

https://github.com/UMass-Foundation-Model/Co-LLM-Agents/blob/2c3a5f02ed4f2b45751605511121b26291c777d5/envs/cwah/MCTS/MCTS.py#L536

https://github.com/UMass-Foundation-Model/Co-LLM-Agents/blob/2c3a5f02ed4f2b45751605511121b26291c777d5/envs/cwah/MCTS/MCTS.py#L546

these two 'goal' not found

Icefoxzhx commented 1 year ago

These functions are deprecated and shouldn't be used. We've cleaned these now. Sorry for the inconvenience.