Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
cccat6
/
FlowMo-WM
like
0
Robotics
PyTorch
world-model
visual-world-model
model-based-control
surface-vehicle
hidden-drift
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
FlowMo-WM
/
experiments
/
pid_los_controller
/
src
/
config.py
cccat6
Initial FlowMo-WM public code release
604e535
verified
10 days ago
raw
Copy download link
history
blame
contribute
delete
127 Bytes
"""PID / LOS controller config."""
def
default_config
():
return
{
"goal"
: [
8.0
,
8.0
],
"kp_heading"
:
0.8
,
"forward"
:
0.55
}