[carla] In carla example, save all images and measurements to local disk (#1350)

* revamp saving

* smaller jpgs

* hide verbose

* Tue Dec 19 22:25:01 PST 2017

* make sure temp dirs sort lexiographically

* save total reward too

* zero pad i

* 160x160 dqn

* ever higher res dqn
This commit is contained in:
Eric Liang
2017-12-21 15:19:55 -08:00
committed by Philipp Moritz
parent 3a301c3d56
commit 0ae660ce4e
4 changed files with 165 additions and 59 deletions
+1
View File
@@ -9,6 +9,7 @@ from env import CarlaEnv, ENV_CONFIG
env_name = "carla_env"
env_config = ENV_CONFIG.copy()
env_config.update({
"verbose": False,
"x_res": 80,
"y_res": 80,
"use_depth_camera": True,