Using Keras/Tensorflow seems to be outdated because most people use PyTorch instead of Tensorflow.
We can keep using Keras, which can use Tensorflow and Pytorch (and Jax) as backends.
Also, Keras 3 should be used (and will be used by default with pip install keras), but the lesson should be updated accordingly.
To check:
As a starting point, I recommend running a few commands and compare the outputs to estimate which episodes need to be updated and how much effort that will be.
As a result of the investigation, splitting this task up into multiple might be reasonable.
Using Keras/Tensorflow seems to be outdated because most people use PyTorch instead of Tensorflow.
We can keep using Keras, which can use Tensorflow and Pytorch (and Jax) as backends.
Also, Keras 3 should be used (and will be used by default with
pip install keras), but the lesson should be updated accordingly.To check:
As a starting point, I recommend running a few commands and compare the outputs to estimate which episodes need to be updated and how much effort that will be.
As a result of the investigation, splitting this task up into multiple might be reasonable.