Improved Version of the Pong Game Using RL TD3
バージョン 1.0.4 (2.04 MB) 作成者:
Ismael Abdulrahman
An improved version of the pong game.
This program uses the TD3 RL technique to train an agnet for the pong game.
It is the same as the original one developed by Johanna Pingel (a MATLAB staff and blogger) with the following changes:
1. Another state is added to the observation-state vector called q8 with the equation: q8 = abs(ball_x-paddle_x)
2. TD3 is used instead of DDPG
3. rng is added to use the same random noise at each time the agent is trained (for comparison)
Original code:
引用
Ismael Abdulrahman (2025). Improved Version of the Pong Game Using RL TD3 (https://www.mathworks.com/matlabcentral/fileexchange/101629-improved-version-of-the-pong-game-using-rl-td3), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2021b
R2021a 以降 R2021b 以前と互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!