Skip to content

Commit

Permalink
Rename contrib agent components: contrib.components.agent.v2 -> contr…
Browse files Browse the repository at this point in the history
…ib.components.agent.

PiperOrigin-RevId: 674207059
Change-Id: I63c36d38d606f240f8aab6ef7baeb2fbdbdf222e
  • Loading branch information
jzleibo authored and copybara-github committed Sep 13, 2024
1 parent 2cee86c commit 11b8fdb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

"""Library of components contributed by users."""

from concordia.contrib.components.agent.v2 import affect_reflection
from concordia.contrib.components.agent.v2 import dialectical_reflection
from concordia.contrib.components.agent import affect_reflection
from concordia.contrib.components.agent import dialectical_reflection
2 changes: 1 addition & 1 deletion examples/smoking_cessation_in_an_alchemical_world.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"from concordia.associative_memory import importance_function\n",
"from concordia.clocks import game_clock\n",
"from concordia.components import game_master as gm_components\n",
"from concordia.contrib.components import agent as agent_contrib\n",
"from concordia.contrib.components.agent import to_be_deprecated as agent_contrib\n",
"from concordia.contrib.components import game_master as gm_contrib\n",
"from concordia.environment import game_master\n",
"from concordia.metrics import goal_achievement\n",
Expand Down

0 comments on commit 11b8fdb

Please sign in to comment.