diff --git a/README.md b/README.md index e6ff358..6a4b3cc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![alt text](banner.png "Obstacle Tower Challenge") + # Obstacle Tower Challenge Starter Kit This repository provides instructions for how to submit to the [Obstacle Tower Challenge](https://unity3d.com/otc). @@ -7,7 +9,6 @@ climb to the highest level possible. Each level is progressively more difficult towers generated with random seeds your agent hasn't seen before and thus will need to generalize from the 100 provided tower seeds. - ## Local Setup for Training Before submitting to the challenge, you will want to train an agent to advance through the Obstacle Tower. diff --git a/banner.png b/banner.png new file mode 100644 index 0000000..3ebb685 Binary files /dev/null and b/banner.png differ