![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19711508_1623314589083.jpg)
black_cat
Followers: 0 Following: 0
Statistics
RANK
196,474
of 297,016
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Feeds
Is there a way to capture the last 50 values without using 50 delay blocks?
Solved it by using a low-pass filter. :)
3 years ago | 0
Question
Is there a way to capture the last 50 values without using 50 delay blocks?
I want to compare the last 50 values and only allow new values if the last 50 were equal. Currently I'm doing that with 5 values...
3 years ago | 1 answer | 0
1
answerQuestion
How to allow only sequences that have had the same value for 5 seconds (in Simulink)?
I have an input like this: [2, 2, 2, 2, 3, 2, 2, 2, 3, 4, 4, 4, 4] I want to suppress oscillation and only allow sequences tha...
3 years ago | 1 answer | 0
1
answerHow to interpret the learnableParameters (Reinforcement Learning Toolbox)?
The values in these tables refer to the weights for the critic network.
3 years ago | 0
| accepted
Question
How to interpret the learnableParameters (Reinforcement Learning Toolbox)?
I was wondering how to interpret the tables that one is receiving when using this line: params = getLearnableParameters (critic...
3 years ago | 2 answers | 0
2
answersQuestion
Is it possible to change RL action values under certain conditions?
I want my agent to output a target value, but in certain situations (reward drops dramatically), I would want the agent to look ...
4 years ago | 0 answers | 0