Updates on Train a Deep Q Network with TF-Agents

Hi, I have been reading the tutorial Train a Deep Q Network with TF-Agents

Fine by now, but I run into a problem, look like the resent update of TensorFlow are not compatible with reverb version in !pip install tf-agents[reverb]. I have to use.

!pip install --upgrade tensorflow # Update tensorflow to ensure it’s up-to-date

!pip install --upgrade “dm-reverb>=1.0.0” # Install or upgrade dm-reverb
!pip install --upgrade tf-agents[reverb] # Update TF-Agents including reverb

According to Gemini and it works fine, just restart the kernel

How can I notify about this issue ?