1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 11:40:18 +01:00

updated CARLA to allow the usage of predefined experiment suites

This commit is contained in:
itaicaspi-intel
2018-09-14 18:07:24 +03:00
parent e8a2b679d1
commit f8d3574b8c
3 changed files with 37 additions and 23 deletions

View File

@@ -58,7 +58,7 @@ if __name__ == "__main__":
for transition_idx in range(file_length):
transition = Transition(
state={
'forward_camera': observations[transition_idx],
'CameraRGB': observations[transition_idx],
'measurements': measurements[transition_idx],
'high_level_command': high_level_commands[transition_idx]
},