Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Feature: parallel environment #33

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

braintimeException
Copy link

Hi!

I have implemented a new feature. It is an environment which handles many instances of HanabiState running in parallel for one instance of HanabiGame.

The main benefits of this approach is that it

  • avoids the overhead of having several games
  • is easily parallelized on the level of individual states
  • the vectorized observations, scores, etc. are efficiently exposed using numpy arrays.

As an example, I am developing a hanabi multi-agent framework based on this implementation.

I thought it might be useful for other people as well, so I decided to open this PR.

Cheers,
Anton

@googlebot
Copy link

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).

📝 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.

@braintimeException
Copy link
Author

@googlebot I signed it!

@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants