File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
concordia/prefabs/game_master Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """Prefab for a generic psychology experiment Game Master."""
15+ """Prefab for a marketplace Game Master."""
1616
1717from collections .abc import Mapping , Sequence
1818import dataclasses
@@ -33,15 +33,14 @@ def _get_class_name(object_: object) -> str:
3333
3434@dataclasses .dataclass
3535class GameMaster (prefab_lib .Prefab ):
36- """A generic Game Master prefab for psychology experiments.
36+ """A generic Game Master prefab for marketplace experiments.
3737
3838 This GM is configured by providing custom classes for experiment-specific
3939 observation generation and action specification.
4040 """
4141
4242 description : str = (
43- "A generic Game Master that administers a psychology experiment defined "
44- "by custom observation and action specification components."
43+ "A generic Game Master that administers a marketplace."
4544 )
4645 params : Mapping [str , Any ] = dataclasses .field (
4746 default_factory = lambda : {
You can’t perform that action at this time.
0 commit comments