이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Improved Version of the Pong Game Using RL TD3 (https://kr.mathworks.com/matlabcentral/fileexchange/101629-improved-version-of-the-pong-game-using-rl-td3), MATLAB Central File Exchange. 검색 날짜: .
