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

Missing setup.sh #8

Closed vishaalkapoor closed 4 years ago

vishaalkapoor commented 4 years ago

It looks like there is some code that no longer is needed. In SageMakerModelTraining

# only run from SageMaker notebook instance
if local_mode:
    !/bin/bash ./setup.sh

gives /bin/bash: ./setup.sh: No such file or directory when in local_mode.

jonomon commented 4 years ago

https://github.com/awslabs/sagemaker-battlesnake-ai/pull/9