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 snake metadata attribute names for custom head and tail #33

Closed rostoker closed 3 years ago

rostoker commented 3 years ago

Issue #, if available:

Description of changes:

The API payload attributes for specifying custom head and tail have changed from 'headType' and 'tailType' to 'head' and 'tail' respective. 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.

rostoker commented 3 years ago

will fix the whitespacing issues.