Skip to content

Commit

Permalink
Minor README changes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 332027406
  • Loading branch information
alvarosg authored and diegolascasas committed Sep 16, 2020
1 parent 603a238 commit 3043408
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions learning_to_simulate/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 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:

@inproceedings{sanchezgonzalez2020learning,
Expand All @@ -14,8 +20,6 @@ If you use the code here please cite this paper:
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

Expand Down Expand Up @@ -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.

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
Expand Down

0 comments on commit 3043408

Please sign in to comment.