Conversation
Collaborator
Author
Collaborator
Author
学習周りの整備
|
Collaborator
Author
シミュレータ環境での検証実験の概要
言語の教師データ
使用データセットhttps://drive.google.com/drive/folders/1nzDhZ0qlgvGVQv2IRQKHIcVKhpY-YxHT?usp=drive_link 言語指示による経路選択(成功例)結果
|
Collaborator
Author
|
シミュレータ環境での検証にて,基本的には言語に依らず壁には当たらないように走行する様子が確認できた(教師データに無い場所含む) おそらく,事前学習済みモデルの良さがでている また,言語の変更は無しで,特定の分岐路を障害物で塞いだ際に,別の経路を選択する行動も見られた 以前調査したときに,教師データの中には塞がれた経路には行かないようなデータも含まれていることを確認しているので,そこも事前学習済みモデルの良さがでていると感じた |
Collaborator
Author
- 観測モデルを温度スケーリング exp(β·cos) に変更し likelihood を similarity へ整理 - 確率的運動モデル(-1/stay/+1/+2)を導入し停止時の前進ラチェットを抑制 - レトロスペクティブフィルタ用にライブ観測のスライディング窓(deque)を追加 - best_time_idx を重み付きヒストグラムによるMAP推定へ変更 - リサンプリングのインデックス選択を修正 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- PFoENodeのクラス宣言をPFoENode.hppへ切り出し - パラメータをYAML必須化(automatically_declare_parameters_from_overrides) - Method B/Cの調整パラメータ(obs_temperature, p_back/stay/forward/skip)を追加 - ノード名を pfoe_node→pfoe, clip_encoder_node→clip_encoder に統一 - launchのYAMLキー参照を更新 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- cv2のimport/image_to_cv2を削除 - 手動のクロップ・リサイズ・BGR変換をやめCLIP preprocessに委譲 - ROS画像をnumpy経由でPILへ直接変換 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…to pfoe/lang_only
動作確認が完了したので,mergeします
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


概要
ToDO