idreesshaikh / Autonomous-Driving-in-Carla-using-Deep-Reinforcement-Learning

Deep Reinforcement Learning (PPO) in Autonomous Driving (Carla) [from scratch]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug

tqlblzj opened this issue · comments

hi, when i run the code, i find that it will stop because logprobs is the same as old_logprobs in agent.py

Hi, I reviewed the code, and I don't think so. The algorithm is implemented accurately. But I'd like to hear more to understand the issue.

Hi, I reviewed the code, and I don't think so. The algorithm is implemented accurately. But I'd like to hear more to understand the issue.

thanks, maybe it is the carla version, i use 0.9.13, i want to retrain the vae, could you tell me how to train it.

Hi, I reviewed the code, and I don't think so. The algorithm is implemented accurately. But I'd like to hear more to understand the issue.

thanks, maybe it is the carla version, i use 0.9.13, i want to retrain the vae, could you tell me how to train it.

Simply call the vae.py file in autoencoder directory. It will start training.