@@ -100,9 +100,6 @@ Your repository should have an aicrowd.json file with following fields:
This file is used to identify your submission as a part of the The Neural MMO Challenge. You must use the `challenge_id` as specified above.
## Submission environment configuration
By default we will run your code in an Ubuntu 18.04 environment with `tensorflow==1.14.0`, `ray[rllib]==0.8.5` installed.
If you want to run your submissions in a customized environment, first head to `aicrowd.json` and set `docker_build` to `true`. This flag tells that you need a custom environment.
You can specify your software environment by using `Dockerfile``requirements.txt`. Available options are