awslabs / sagemaker-battlesnake-ai

Starter pack to build an AI for Battlesnake with Amazon Sagemaker more content on wiki:
https://github.com/awslabs/sagemaker-battlesnake-ai/wiki
Apache License 2.0
89 stars 53 forks source link

Fix the attribute names in the API response to specify custom head and tail images #34

Closed rostoker closed 3 years ago

rostoker commented 3 years ago

Issue #, if available:

Description of changes:

The attribute names in the API response to specify custom head and tail images have changed from 'headType' and 'tailType' to 'head' and 'tail' respectively. See https://docs.battlesnake.com/references/personalization for details.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.