google-deepmind / google-deepmind/dm_hamiltonian_dynamics_suite
Need dataset keys clarification
Open
- Dominant language
- Python
- Stars
- 36
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
I see that reach datapoint has the following keys - `dict_keys(['dx_dt', 'image', 'other', 'x'])`.
In the implementation of [Physics inspired models](https://github.com/deepmind/deepmind-research/tree/master/physics_inspired_models), only `image` key has been used.
I want to use this dataset, but not as images. My questions are:
1. Is it possible to use trajectories of all the 17 datasets without images?
2. Do the keys `x, dx_dt` refer to trajectory points and derivatives?
Contributor guide
Assessment
This issue has not been assessed yet.