Reinforcement_Learning
Reinforcement_Learning copied to clipboard
Reinforcement learning tutorials
Hello, Thanks for a great project. It's very useful. I have a question on the model code related to the Dueling algorithm. For example: **Pong-v0_DQN_CNN_TF2.py** Here is an example of...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Hi, Rokas: First of all thanks for your great tutorial on reinforcement learning, I went through all the series and learned a lot. In the PPOAgent I think there may...
https://github.com/pythonlessons/Reinforcement_Learning/blob/b5eedc73b946614c7a21634de9734dba961b6c91/LunarLander-v2_PPO/LunarLander-v2_PPO.py#L321 I've noticed that 'break' statement is missed at the end of the 'done' condition. It seems that the inner loop works infinitely without it as well as the replay...
… 2.3.1 and TensoFlow 2.1.0
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packaging Removed redundant packages tensorflow-gpu and tf-nightly-gpu. These...