Unity-Technologies / obstacle-tower-challenge

Starter Kit for the Unity Obstacle Tower challenge
Apache License 2.0
119 stars 39 forks source link

Code entrypoint in the evaluator #9

Closed spMohanty closed 5 years ago

spMohanty commented 5 years ago

The documentation currently uses /home/otc/run.sh as the code entrypoint. While the evaluator uses /home/aicrowd/run.sh as the entrypoint.

This will cause quite some confusion in cases wherer participants drop in a Dockerfile at the root of the repositorry, to override the image building of aicrowd-repo2docker. In which case, then would need to ensure that the entrypoint that the evaluator uses actually exists.

Hence, I believe its best to consistently use the /home/aicrowd/run.sh as the entrypoint in the local build scripts and docs.

harperj commented 5 years ago

Merged your PR which addresses this issue.