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

API documentation

karhohs opened this issue · comments

Hi!

I couldn't find documentation for the API. Does it exist?

Also, the README.md states the API is similar to OpenAI Gym. Would someone please share why OpenAI Gym was not sufficient for this project?

Thanks!

Hi,

Unfortunately, what's here is what there is. The example agents hopefully give some insight into the API.

As to your other question, I'm not exactly sure what it's asking -- OpenAI Gym doesn't provide a Hanabi environment per se. AFAIK Gym also doesn't support multiplayer games.

Best,

  • Marc

Thanks for your explanations. It wasn't clear to me where to start, so the guidance to begin with game_example.cc or game_example.py is very helpful.

WRT my second question, the Hanabi Learning Environment has potential to be used as a template or gold-standard for developing learning environments for other games. I was hoping to get a sense if this is encouraged, especially for multiplayer games.

anybody understand what the output of train.py means?