Add model card metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Staticplay CurioDynamics
|
| 2 |
|
| 3 |
Curiosity-driven symbolic physics discovery from raw trajectories (position, velocity, time). The agent observes only state and learns a sparse symbolic model that recovers hidden dynamics such as gravity, drag, and wind.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: staticplay-curiodynamics
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- physics
|
| 6 |
+
- symbolic-regression
|
| 7 |
+
- curiosity
|
| 8 |
+
- dynamics
|
| 9 |
+
- discovery
|
| 10 |
+
- scientific-ml
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Staticplay CurioDynamics
|
| 14 |
|
| 15 |
Curiosity-driven symbolic physics discovery from raw trajectories (position, velocity, time). The agent observes only state and learns a sparse symbolic model that recovers hidden dynamics such as gravity, drag, and wind.
|