feat: add tp5
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 24s

This commit is contained in:
Namu
2025-10-12 16:17:06 +02:00
parent d3500bff48
commit 4c3b81b779
2 changed files with 147 additions and 1 deletions

2
ex2.py
View File

@@ -119,5 +119,5 @@ def show(weights_path='cartpole_dqn.pth') -> None:
if __name__ == '__main__':
trained_model = train_and_save()
#trained_model = train_and_save()
show()