Atusi Nakajima
Atusi Nakajima
In carla_env.py, on line 56, etc., there is a parameter for the location, what does each of these three numbers mean? ( self.dests = [[4.46, -61.46, 0], [-49.53, -2.89, 0],...
I used [save](https://github.com/tensorflow/agents/blob/c584e7642fbb45df79ab78dc8884248871e14f3e/tf_agents/utils/common.py#L1026) in [tf_agents.utils.common.Checkpointer ](https://github.com/tensorflow/agents/blob/c584e7642fbb45df79ab78dc8884248871e14f3e/tf_agents/utils/common.py#L981-L1032) to save the checkpoint file. I would like to see the information (weight values, etc.) of the contents of the file, how can I...
What do AverageReturnEvalPolocy and AverageEpisodeLengthEvalPolicy mean? Is this a reward and each episode length?
What kind of program determines your preferred routeWhere will the trained data be stored? And how can I take over previously learned data and reunite them?
What kind of program determines your preferred route?
I have a question about the folder hierarchy during installation. First, download carla 0.8.4 Then clone this repository (carla-data-export) to the PythonClient folder in carla0.8.4 Then move the carla folder...
Thanks for the great code! Is it possible to make it recognize other classes besides "vehicle", "pedestrian" ( 'Cyclist' 'Misc' 'Person_sitting' 'Tram' 'Truck' 'Van' and so on... I want to...