younggyoseo / pytorch-nfsp

Implementation of Deep Reinforcement Learning from Self-Play in Imperfect-Information Games (Heinrich and Silver, 2016)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

best response vs avg.response

varunjammula opened this issue · comments

In test.py; or during play, the agents choose best response rather than average response right?