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
in the file run_eval.py,
when I run the agent (human), i find that the obs.text , feedback from get_feedback and feedback_content from obs.game_states["option_mode_info"]["feedback_content"] are always blank.
Does this make sense ?
i trace the definition of get_feedback from the file predicate.py, looks like that return obs.game_states["option_mode_info"]["feedback"] is always executed, is this right ?
i suppose at each step, after the action being executed, there should be feedback with either success or failed, to indicate whether this action is executed successfully, right ?
The text was updated successfully, but these errors were encountered:
hi author,
in the file
run_eval.py
,when I run the agent (human), i find that the
obs.text
,feedback
fromget_feedback
andfeedback_content
fromobs.game_states["option_mode_info"]["feedback_content"]
are always blank.Does this make sense ?
i trace the definition of
get_feedback
from the filepredicate.py
, looks like thatreturn obs.game_states["option_mode_info"]["feedback"]
is always executed, is this right ?i suppose at each step, after the action being executed, there should be feedback with either success or failed, to indicate whether this action is executed successfully, right ?
The text was updated successfully, but these errors were encountered: