photo

Ahmed R. Sayed


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
4 Answers

RANK
214,366
of 300,508

REPUTATION
0

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
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...

3 years ago | 0

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

3 years ago | 0

Answered
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...

3 years ago | 0

Answered
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.

3 years ago | 0

| accepted

Question


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...

4 years ago | 1 answer | 0

1

answer