photo

Praveen Verma


Last seen: 2 months ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
149,345
of 297,711

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,465

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,406

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

  • Thankful Level 2

View badges

Feeds

View by

Question


Use trained RL agent to predit output on random test sample
This is my code Required_agent=load('G1_Agents.mat', 'agent1', 'agent2','agent3'); test_sample=final_test_da...

4 months ago | 1 answer | 0

1

answer

Question


RL SAC agent structure
I’ve created an SAC agent, but I'm encountering the error below. Error using rl.internal.validate.mapFunctionMeanStdOutput (lin...

5 months ago | 1 answer | 0

1

answer

Question


RL Agent Training for multiple training samples
I have designed a reinforcement learning (RL) environment using the Reset and Step functions. The code is provided below. In the...

5 months ago | 1 answer | 0

1

answer

Question


Unrecognized function or variable 'lof'.
d is a matrix with 100 rows and 21 coloums LOFobj=lof(d); says Unrecognized function or variable 'lof'. I am using MATLAB 202...

2 years ago | 3 answers | 0

3

answers

Question


add different number of zeros in the beginning of a matrix
suppose i have two matrix A=[1 3 2] the row index of 1 is 1, 3 is 2 and 2 is 3. S=[2 3 4 5 6 4 6 8 9 1 ...

3 years ago | 1 answer | 0

1

answer