Community Profile

photo

ryunosuke tazawa


Last seen: 4ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 2
  • Solver
  • Thankful Level 1
  • Explorer

バッジを表示

Feeds

表示方法

質問


How to plot heat map on the trajectory?
I want to create a heat map from trajectory data. In the code below, xLo and yLo are trajectory data. (Strictly speaking, it is ...

5ヶ月 前 | 0 件の回答 | 0

0

回答

質問


How to get the policy function?
I did simulation with pendulum in Reinforcement learning. After that, I would like to find a policy function of the post -learn...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


how to applay heatmap for trajectory line?
I want to know how to heatmap line on trajectory(x-y corrdinate)? How can I deal with duplicate data? %% フラクタル次元結果 ヒートマップで描画...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


How to estimate the fractal dimension of each data point?
I used the Em algorithm to perform point-dimensional estimation and estimated the following parameters. The input is the distan...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


Reinforcement learning and Paralle computation
I am condcting reinforcement learning with Sac agent. I tried to use GPU and Parallel computation, but in case of using paralle...

約2年 前 | 0 件の回答 | 0

0

回答

質問


Suddenly the reward value goes wrong
We are conducting reinforcement learning for two joint controllers. Reinforcement learning method is soft actor critic. The er...

約2年 前 | 0 件の回答 | 1

0

回答

質問


How to load pre trained agent model and simulation by using it?
I wanna do simulation by using pre trainned model(agnet). How should I do ? And Is there a way to check if I can use the train...

約2年 前 | 0 件の回答 | 0

0

回答

質問


What is Newton's method when there is a lot of input?
I am trying to estimate 3parameters of mixed weibull distribution. And I think the Nweton method for it. But, error happend '...

約2年 前 | 0 件の回答 | 0

0

回答

質問


Index exceeds the number of array elements. Index must not exceed 0.
Now I make code which estimate Correlation dimension.But ,error happed 「 Index exceeds the number of array elements. Index mu...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to calculate time delay coordinates?
i want to know the way to calculate the time delay coordinates. I made it . But, if the number of dimensions to be embedded in...

約2年 前 | 0 件の回答 | 0

0

回答

質問


How to increase gpu usage?
Now I am doing simulation with reiforcement tool box by using GPU. But, gpu usage can not become high. I checked some points. ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to make discrete rewards in a continuous state
Is it possible to set a discrete reward in a continuous state? Is it possible to select only one best value from the cumulative...

約2年 前 | 0 件の回答 | 0

0

回答

質問


How to compare with the elements before and after
I want know the way to comapre with before element and after element. Please someone tell me. I want to comapare V_Ball(index)...

約2年 前 | 1 件の回答 | 0

1

回答

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2年以上 前

質問


What is the relationship between the number of state values and numerical solutions?
If the number of state values is high, the numerical solution (result) should be good. However, even if the numerical solution ...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


What is the episodeQ0?
What does episode Q0 mean? I know it's the output from the critic, but is this a state-valued function? Also, when episode Q0 ...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


Is there way to make heatmap with 3variabls?
I have 3 dates and want to make the heatmap with 3datas. z is normalized so that the maximum is 1 and the minimum is 1. Does a...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


how to solve low-level graphics?
I want to slove the error about low-level graphics. Could you help me? Theta_Theory = linspace(D2, D1, 10000); Velocity_...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


how to make heatmap smooth?
I want to make heatmap smooth, but cell edge can not be without. Please tell me the way . D1 = rad2deg(-4.71); D2 = rad2deg...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to change the fontsize of labels not axsis.
I want to change the fontsize of labels of x and y. But if I change the font size of the label, the size of the numerical value...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


How should I call animation from classdef?
I want to know the way to call the animation from classdef. I defined the animatedline in classdef, and I called the animation ...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


How to get the value of value function in soft actor critic?
I want to know the way to get the value of value function. I am using soft actor critic. Someone tell me the way? % Soft...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


How to save state in reinforcement learning
I wanna know the way to save information of agent's state in reinforcement learning.

2年以上 前 | 0 件の回答 | 0

0

回答

質問


How to reward after one simulation.
I have a simple pendulum throw a ball and perform reinforcement learning so that the error from the target point becomes small. ...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


How to add value to matrix?
I want to add elements to matrix. I want to add the calculated value to the end. In the code below, I would like to add the ca...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


How to use isDone frag?
Does isDone frag have the ability to end the episode? I want to do trainning of simplependulum which can move in specific space...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


How to stop the simulation in one cycle of Simple Pendulum
I made the code of simple pendulum which is moved by trq. However, depending on the amount of torque, it will continue to rotat...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


How can I drow graph of episodes reward?
I made the cord using by reinforcement learning. I can see the graph of Reinforcement learning episode manager but I want to dr...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


How to to updata episodes number?
I am making code by reinforcement learning. The purpose of reinforcement learning describes a simple pendulum that throws a bal...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


How to make it finite?
I want to know the way to fix the erorr. The error masage said that make the value finite. There are four input state variable...

2年以上 前 | 0 件の回答 | 0

0

回答

さらに読み込む