shoki kobayashi
Followers: 0 Following: 0
Statistics
RANK
8,626
of 295,467
REPUTATION
5
CONTRIBUTIONS
15 Questions
1 Answer
ANSWER ACCEPTANCE
13.33%
VOTES RECEIVED
5
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
How to use discretize
I am currently trying to use discretize to group data into bins. I would like to group each column of a multi-dimensional data ...
3 years ago | 0 answers | 0
0
answersQuestion
discretizeの使い方について
現在discretizeを用いてbinにグループ化使用としています。 その時多次元の各列を1つのデータだと思ってbinにグループ化したいです。 ドキュメンテーションの方法をそのまま用いると >> a = rand(10): >> [y, e...
3 years ago | 1 answer | 0
1
answerQuestion
Simulinkを用いたRLAgentの学習におけるエラーについて
現在、custom loopを用いて強化学習で学習を行おうとしています。 しかし、学習中にRevolute_Jointに関して以下のようなエラーが出てしまい学習が上手くいきません。 このエラーが出るタイミングは決まっておらず、学習の中盤から終盤に出てき...
4 years ago | 1 answer | 0
1
answerQuestion
How can I extract only the information about the same group from the table information?
Currently, I would like to extract only the information about the same group of tables. For example, in a table named A 1 3 2 ...
4 years ago | 0 answers | 0
0
answersQuestion
tableから条件を満たす内容だけの抽出
現在、tableに関する情報の中から同じグループに関するものだけを抽出したいと考えています。 例えばAというテーブルで 1 3 2 1 4 5 1 5 6 1 6 8 2 3 7 2 5 3 2 7 4 3 9 6 3 4 2 ...
4 years ago | 0 answers | 0
0
answersTrain PPO Agent to Swing Up and Balance Pendulum
Emmanouil Tzorakoleftherakis, thanks for the reply. I have increased the number of fully connected layer nodes in the Actor as ...
4 years ago | 0
Question
Train PPO Agent to Swing Up and Balance Pendulum
Hello I'm trying to learn the Swing Up and Balance Pendulum example in PPOAgent. However, PPOAgent is not able to train it prop...
4 years ago | 2 answers | 0
2
answersQuestion
On updating the policy with sim functions and Custom Loop
I'm currently trying to train the PPOAgent using the sim function and Custom Loop. However, when I use the sim function, the Act...
4 years ago | 2 answers | 0
2
answersQuestion
I want to use the Python libraries in MATLAB
I'm currently trying to figure out if I can use a Python library called stable baseline in MATLAB. How can I apply it? Are the...
4 years ago | 1 answer | 0
1
answerQuestion
PythonのライブラリをMATLABに使用したい
現在、Pythonのライブラリであるstable baselineというライブラリをMATLABで使えないか考えています どのようにすれば適用できるようになりますか。 また、適用する際の注意点はありますか?
4 years ago | 0 answers | 0
0
answersQuestion
On the implementation of Generative Adversarial Imitation Learning (GAIL)
I'm currently trying to implement Generative Adversarial Imitation Learning (GAIL) in Matlab, but I don't know how to do it. Do...
4 years ago | 0 answers | 1
0
answersQuestion
Implementation of Proximal Policy Optimisation
I am currently trying to control the simlink homebrew environment using PPOAgent. However, the following error occurs, and the ...
4 years ago | 1 answer | 0
1
answerQuestion
PPOAgentの実装について
現在、simlinkの自作環境をPPOAgentを用いて制御しようとしています。 しかし、下のようなエラーが発生し上手くいかない状況が続いています。 どのように改善すればよろしいでしょうか。 エラー: rl.representation.rlStoc...
4 years ago | 1 answer | 0
1
answerQuestion
On the implementation of Generative Adversarial Imitation Learning (GAIL)
I am trying to implement Generative Adversarial Imitation Learning (GAIL) in Matlab, but I don't know how to implement the discr...
4 years ago | 0 answers | 0
0
answersQuestion
Inverse Reinforcement Learning Trajectories
I'm currently trying to implement inverse reinforcement learning, but how do I get Matlab/Simulink to load the expert trajectory...
4 years ago | 0 answers | 4
0
answersQuestion
逆強化学習の軌跡について
現在逆強化学習を実装しようとしてるのですが、Matlab/Simulinkではどのようにしてエキスパートの軌跡を学習器に読み込ませれば良いでしょうか。 ご教示お願いいたします。
4 years ago | 0 answers | 0