mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-30 20:35:25 +08:00
Minor README changes.
PiperOrigin-RevId: 332027406
This commit is contained in:
committed by
Diego de Las Casas
parent
603a238733
commit
30434080cc
@@ -1,5 +1,11 @@
|
|||||||
# Learning to Simulate Complex Physics with Graph Networks (ICML 2020)
|
# Learning to Simulate Complex Physics with Graph Networks (ICML 2020)
|
||||||
|
|
||||||
|
ICML poster: [icml.cc/virtual/2020/poster/6849](https://icml.cc/virtual/2020/poster/6849)
|
||||||
|
|
||||||
|
Video site: [sites.google.com/corp/view/learning-to-simulate](https://sites.google.com/corp/view/learning-to-simulate)
|
||||||
|
|
||||||
|
ArXiv: [arxiv.org/abs/2002.09405](https://arxiv.org/abs/2002.09405)
|
||||||
|
|
||||||
If you use the code here please cite this paper:
|
If you use the code here please cite this paper:
|
||||||
|
|
||||||
@inproceedings{sanchezgonzalez2020learning,
|
@inproceedings{sanchezgonzalez2020learning,
|
||||||
@@ -14,8 +20,6 @@ If you use the code here please cite this paper:
|
|||||||
year={2020}
|
year={2020}
|
||||||
}
|
}
|
||||||
|
|
||||||
Also available in arXiv [arxiv.org/abs/2002.09405](https://arxiv.org/abs/2002.09405)) and as a [site](https://sites.google.com/corp/view/learning-to-simulate).
|
|
||||||
|
|
||||||
|
|
||||||
## Example usage: train a model and display a trajectory
|
## Example usage: train a model and display a trajectory
|
||||||
|
|
||||||
@@ -91,7 +95,7 @@ Where:
|
|||||||
|
|
||||||
The provided script `./download_dataset.sh` may be used to download all files from each dataset into a folder given its name.
|
The provided script `./download_dataset.sh` may be used to download all files from each dataset into a folder given its name.
|
||||||
|
|
||||||
An additional smaller dataset `WaterDropSample`, including only the first two trajectories of `WaterDrop` for each split is provided for debugging purposes.
|
An additional smaller dataset `WaterDropSample`, which includes only the first two trajectories of `WaterDrop` for each split, is provided for debugging purposes.
|
||||||
|
|
||||||
|
|
||||||
## Code structure
|
## Code structure
|
||||||
|
|||||||
Reference in New Issue
Block a user