photo

Ahmed R. Sayed


Last seen: 1년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
is actor-critic agent learning?
Hi, karim bio gassi, From your figure, the discounted reward value is very large. try to rescale it to a certain value [-10, 1...

거의 2년 전 | 0

답변 있음
Control the exploration in soft actor-critic
Hi Mukherjee, You can control the agent exploration by adjusting the entropy temperature options "EntropyWeightOptions" from t...

거의 2년 전 | 0

답변 있음
Is it possible to implement a prioritized replay buffer (PER) in a TD3 agent?
By default, built-in off-policy agents (DQN, DDPG, TD3, SAC, MBPO) use an rlReplayMemory object as their experience buffer. Agen...

거의 2년 전 | 0

답변 있음
Modifying the control actions to safe ones before storing in the experience buffer during SAC agent training.
I found the solution: You need to use the Simulink environment and the RL Agent block with the last action port.

거의 2년 전 | 0

| 수락됨

질문


Modifying the control actions to safe ones before storing in the experience buffer during SAC agent training.
Hello everyone, I am implementing a safe off-policy DRL SAC algorithm. Using an iterative convex optimization algorithm moves a...

2년 초과 전 | 답변 수: 1 | 0

1

답변