1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Removing CARLA docker file from README (#402)

This commit is contained in:
Gal Novik
2019-09-16 07:17:58 +03:00
committed by GitHub
parent c7949d7011
commit b5d66c0942

View File

@@ -29,7 +29,3 @@ and what each contains is defined below:
## `Dockerfile.starcraft_environment` ## `Dockerfile.starcraft_environment`
* `docker build -f docker/Dockerfile.starcraft_environment .` from the parent dir to create the image * `docker build -f docker/Dockerfile.starcraft_environment .` from the parent dir to create the image
* contains StarcraftII environment and Coach. * contains StarcraftII environment and Coach.
## `Dockerfile.carla_environment`
* `docker build -f docker/Dockerfile.carla_environment .` from the parent dir to create the image
* contains CARLA driving simulator environment and Coach.