Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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:
Citar como
Ismael Abdulrahman (2026). Improved Version of the Pong Game Using RL TD3 (https://la.mathworks.com/matlabcentral/fileexchange/101629-improved-version-of-the-pong-game-using-rl-td3), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.0.4 (2,04 MB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión desde R2021a hasta R2021b
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
