diff --git a/REINFORCEMENT LEARNING/Analysis of DQN and DDQN algorithms/dqn_and_ddqn/requirements.txt b/REINFORCEMENT LEARNING/Analysis of DQN and DDQN algorithms/dqn_and_ddqn/requirements.txt index 4d7c166..ab810cc 100644 --- a/REINFORCEMENT LEARNING/Analysis of DQN and DDQN algorithms/dqn_and_ddqn/requirements.txt +++ b/REINFORCEMENT LEARNING/Analysis of DQN and DDQN algorithms/dqn_and_ddqn/requirements.txt @@ -1,5 +1,5 @@ gym==0.10.11 -tensorflow==2.3.1 +tensorflow==2.9.3 mujoco-py==1.50.1.35 tensorflow-probability==0.5.0 tensorboardX==1.8