kochlisGit / Autonomous-Vehicles-Adaptive-Cruise-Control

An implementation of an Autonomous Vehicle Agent in CARLA simulator, using TF-Agents
19 stars 8 forks source link

Hello , I don't know how to solve this error " File "C:\Users\MARYAM\Documents\po\lib\site-packages\tensorflow_addons\optimizers\yogi.py", line 101, in __init__ self._set_hyper("learning_rate", learning_rate) AttributeError: 'Yogi' object has no attribute '_set_hyper'" #9

Open merrami opened 4 months ago

kochlisGit commented 4 months ago

hello. Can you tell me the version of tensorflow as well as tf-addons?

merrami commented 4 months ago

Version de TensorFlow : 2.11.1 et Version de TensorFlow Addons : 0.13.0

merrami commented 4 months ago

I also have a question: Is the script " straight_lane_agent_c51_training.py" dedicated to the lane keeping assist function? Thank you very much for your effort

kochlisGit commented 4 months ago

I think there must be a version mismatch between tf 2.11 and tf-addons. Try older tf version.