google-deepmind / hanabi-learning-environment

hanabi_learning_environment is a research platform for Hanabi experiments.
Apache License 2.0
645 stars 149 forks source link

Change config names and values for observation_type to match what hanabi_game.cc expects. #8

Closed ghost closed 5 years ago

ghost commented 5 years ago

Original name was agent-observation-type. Changed to observation_type. Original values were instances of the pyhanabi.AgentObservationType class. Changed to the integer values.