receiving different training results while running the same code
이전 댓글 표시
I ran the training of my RL model but forgot to save so i thought i would run the same script again
but i am getting a slightly changed response ?
shouldnt i get the same training results?
also what is relation b/w different sampling times of like actor and agent.
댓글 수: 3
Emmanouil Tzorakoleftherakis
2023년 6월 2일
Can you clarify what you mean by different sample times between agent and actor? Each agent has its own sample time which indicates how often you want to do inference/get an action. Did you see different sample time option used for the actor?
Sourabh
2023년 6월 2일
Emmanouil Tzorakoleftherakis
2023년 6월 5일
max steps will depend on your agent sample time. If it's 100, it means thatthe total episode duration will be 100* ts where ts is the agent sample time.
Also, smaller sample time does not necessarily mean better control. As a rule of thumb, your sample time should only be as small as needed to get good results, not smaller than that to avoid wasting computational resources.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Reinforcement Learning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!