We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
観測画像と報酬を確率論的・決定論的なニューラルネットを組み合わせたモデルで予測することでロボット動作のプランニングを行う
planner
1つの微分可能なパスが繋がった複数のモデルから構成されている
Deterministic state model: 状態遷移を決定論的に行うRNN
Stochastic state model: Determinitic state modelの出力から状態(s)の分布を推定する確率論的なモデル
Observation model, Reward model: Determinisitc / Stochastic state modelの出力から観測(o)、報酬(r)の分布を予測する確率論的なモデル
確率論的なモデルはすべてガウス分布の平均と分散を出力するニューラルネットワーク
The text was updated successfully, but these errors were encountered:
No branches or pull requests
観測画像と報酬を確率論的・決定論的なニューラルネットを組み合わせたモデルで予測することでロボット動作のプランニングを行う
論文本体・著者
解きたい問題
新規性
実装
planner
の中身1つの微分可能なパスが繋がった複数のモデルから構成されている
Deterministic state model: 状態遷移を決定論的に行うRNN
Stochastic state model: Determinitic state modelの出力から状態(s)の分布を推定する確率論的なモデル
Observation model, Reward model: Determinisitc / Stochastic state modelの出力から観測(o)、報酬(r)の分布を予測する確率論的なモデル
確率論的なモデルはすべてガウス分布の平均と分散を出力するニューラルネットワーク
実験・議論
読んだ中での不明点などの感想
関連論文
The text was updated successfully, but these errors were encountered: