We lifted 5 functions out of this paper's own repositories and ran 5 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| vmartinezalvarez/DyNODE | canonical | 5 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| gaussian_logprob | Ran | vmartinezalvarez/DyNODE/networks.py code served (permissive licence) · get_code("daa7b3a0355eb7c3") |
| huber | Ran | vmartinezalvarez/DyNODE/utils.py code served (permissive licence) · get_code("c31cb0cb3f1f949f") |
| make_dir | Ran | vmartinezalvarez/DyNODE/utils.py code served (permissive licence) · get_code("d675c42a302fe6e8") |
| squash | Ran | vmartinezalvarez/DyNODE/networks.py code served (permissive licence) · get_code("dc3a4c7a6f7a5ad4") |
| zip_map | Ran | vmartinezalvarez/DyNODE/networks.py code served (permissive licence) · get_code("0ff0fa7997a6495f") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
We present a novel approach (DyNODE) that captures the underlying dynamics of a system by incorporating control in a neural ordinary differential equation framework. We conduct a systematic evaluation and comparison of our method and standard neural network architectures for dynamics modeling. Our results indicate that a simple DyNODE architecture when combined with an actor-critic reinforcement learning (RL) algorithm that uses model predictions to improve the critic's target values, outperforms canonical neural networks, both in sample efficiency and predictive performance across a diverse range of continuous tasks that are frequently used to benchmark RL algorithms. This approach provides a new avenue for the development of models that are more suited to learn the evolution of dynamical systems, particularly useful in the context of model-based reinforcement learning. To assist related work, we have made code available at https://github.com/vmartinezalvarez/DyNODE .
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2009.04278")
get_code_for_paper("2009.04278")
have("2009.04278")
Connect an agent — have() is free.