Reinforcement Learning
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
76,528
of 295,569
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Question
Generate a matrix of combinations without repetition (array exceeds maximum array size preference)
Hey, I am trying to generate a matrix, that has all unique combinations of [0 0 1 1], I wrote this code for this: v1 = [0 0 1 ...
3 years ago | 1 answer | 0
1
answerQuestion
Exporting data only works as pdf. Axis labels are getting small and unreadable
Hello, I am working with the Episode Manager and getting the following plot: Somehow I am only allowed to save this as pdf...
3 years ago | 1 answer | 0
1
answerQuestion
Save listener Callback in eps format or any high resolution format
Hello, for the Cart-Pole example and Training result (Episode Reward Chart) in RL Toolbox I am getting a static figure, that I ...
3 years ago | 1 answer | 0
1
answerQuestion
Agent is suddently doing random actions and training diverge
Hello, I am training an DQN agent to replace a controller. Everytime the agent is about to converge, it starts to make random m...
3 years ago | 1 answer | 0
1
answerQuestion
DDPG Agent isn't learning (reward 0 for every episode)
Hello, I suspect that the SampleTime Ts has something to do with it, I set Ts = 1e-6, but the trainnig is still going very fa...
3 years ago | 1 answer | 0
1
answerQuestion
Replace PI Controller with RL Agent for simple Transfer Function
Hello, this question is related to my last question, which couldn't be answer yet. I am not able to solve the simple task of r...
3 years ago | 1 answer | 0
1
answerQuestion
Train a DQN Agent: RL Simulink with Simscape (Error: Discontinuities detected within algebraic loop)
Hello, I am trying to replace the PI-Controller (the highlighted area with PWM Generator of 50 kHz) for the Buck-Converter s...
3 years ago | 1 answer | 0
1
answerQuestion
Reinforcement Learning Grid World multi-figures
Hello, I did my own version of Grid World with my own obstacles (see Code below). My Question ist: How can I simulate the t...
4 years ago | 1 answer | 0