Skip to content

Commit

Permalink
Remove inaccurate comment.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691924734
Change-Id: I2525e5580c611811c642418c11f5048003ede417
  • Loading branch information
jzleibo authored and copybara-github committed Oct 31, 2024
1 parent e4ec9c1 commit 5ab439f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion concordia/components/agent/observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def _make_pre_act_value(self) -> str:
time_until=self._clock_now(),
add_time=True,
)
# removes memories that are not observations
mems = memory.retrieve(scoring_fn=interval_scorer)
# Remove memories that are not observations.
mems = [mem.text for mem in mems if '[observation]' in mem.text]
Expand Down

0 comments on commit 5ab439f

Please sign in to comment.