google-deepmind / hanabi-learning-environment

hanabi_learning_environment is a research platform for Hanabi experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[pyhanabi.py] HanabiState.copy() does not return correct fireworks

moorugi98 opened this issue · comments

Whenever playing a game with 5 different colors, the copied state using copy() from the class HanabiState() returns a list of length 3 when using fireworks(). However, when the state is printed, fireworks with 5 different colors are correctly printed.

Hi, any ideas here? I am facing the same issue. Thanks.

Should now be fixed in the latest version. There was an error in how the game was handled when states were cloned.
Thanks for noting the problem, and apologies for the even-slower-than-usual response time.