Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将通过单个输入创建的实验中的数据与存储在我之前(成功)加载到 zTree 的 txt 中的支付结构进行匹配。但是,我不知道如何在此处定义的 txt 文件中找到相应输入的 - 具体而言 - 回报。
txt文件如下: NK表截图
在游戏中,“输入”变量由用户生成,现在需要找到与生成的输入相对应的收益。任何人都可以在这里帮忙吗?
提前非常感谢!
TABLENAME.find(condition, variable)函数检索符合条件的第一个值。
TABLENAME.find(condition, variable)
MyInput假设用户在表中有变量subjects,运行这个程序就subjects可以了:
MyInput
subjects
NKtable.find(Input == :MyInput, Payoff)