google-deepmind / hanabi-learning-environment

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

Feature: change the hands of players #40

Open Theomat opened 3 years ago

Theomat commented 3 years ago

Hi !

I have implemented new features:

These two new moves are not present in the history, and the knowledge of the hand is unaltered. This enables with a bit of manipulation to do something close to #30. For example, one could add to each player the card they want to be played, discard, hinted, by changing their hands accordingly and then acting on these hands.

The return and deal specific moves were inspired from mcts-hanabi (under license Apache 2.0), their original implementation was kept for hanabi_hand and hanabi_move.

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

Theomat commented 3 years ago

@googlebot I signed it!