Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function to transform a 2D matrix into Gridworld's serialization format #276

Closed
wants to merge 8 commits into from

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    8dc7ca8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    a9a9896 View commit details
    Browse the repository at this point in the history
  2. Add test to ensure pre-populated players are linked to participant no…

    …des. The current implementation could cause issues if the node ids don't exactly match the imported player ids (e.g. a player drops out of the waiting room?). Not sure if that could ever happen in the real world though.
    alecpm committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    63bf202 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35dc3c0 View commit details
    Browse the repository at this point in the history
  4. Simplify

    jessesnyder committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    927bae7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faa4245 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    00e14cc View commit details
    Browse the repository at this point in the history
  2. Missed a test fix

    jessesnyder committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    81cf167 View commit details
    Browse the repository at this point in the history